diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-10-18 11:28:50 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-10-18 11:28:50 +0700 |
commit | 82b783b648ae615f7f3f3eb45b41c7dabadf9511 (patch) | |
tree | 596559bd37b7e352cbd42228f02f444b4d5a0924 /awesome | |
parent | 0460b6676c99d076bd716ce1046ca3e08c166aed (diff) | |
download | dotfiles-82b783b648ae615f7f3f3eb45b41c7dabadf9511.tar.gz |
Update 2018-10-18
Diffstat (limited to 'awesome')
-rw-r--r-- | awesome/.config/awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index cf31546..2104a64 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -172,7 +172,7 @@ mybattery = wibox.widget.textbox() vicious.register(mybattery, vicious.widgets.bat, function(widget, args) return (" %s%03d%%"):format(args[1], args[2]) - end, 5, "C11F") + end, 5, "BAT0") -- Create a volume widget myvolume_text = wibox.widget.textbox() |