X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/24c4c19985f0a716adb31eda60c4afe232f4c324..d88c507b0c8f204b82702693a249bf1b88c342e9:/awesome/topbar.lua diff --git a/awesome/topbar.lua b/awesome/topbar.lua index 98ebb5b..e6fa423 100644 --- a/awesome/topbar.lua +++ b/awesome/topbar.lua @@ -5,7 +5,7 @@ local utils = require("utils") local wibox = require("wibox") -- my widgets -local volume_widget = require("widgets/volume_widget") +local volume_widget = require("widgets/volume_widget") if utils.host == "chronos" then local battery_widget = require("widgets/battery_widget") end