aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/ui/statusbar/widgets/brightness.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/awesome/ui/statusbar/widgets/brightness.lua')
-rw-r--r--.config/awesome/ui/statusbar/widgets/brightness.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/awesome/ui/statusbar/widgets/brightness.lua b/.config/awesome/ui/statusbar/widgets/brightness.lua
index f8f6c17..5c1cb16 100644
--- a/.config/awesome/ui/statusbar/widgets/brightness.lua
+++ b/.config/awesome/ui/statusbar/widgets/brightness.lua
@@ -1,8 +1,8 @@
-local qvars = require "quarrel.vars"
-local wibox = require "wibox"
-local qmath = require "quarrel.math"
local gcolor = require "gears.color"
local phosphor = require "assets.phosphor"
+local qmath = require "quarrel.math"
+local qvars = require "quarrel.vars"
+local wibox = require "wibox"
local brightness = wibox.widget {
widget = wibox.container.place,