aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/rc.lua
diff options
context:
space:
mode:
authorxero <x@xero.nu>2014-03-09 16:47:51 -0400
committerxero <x@xero.nu>2014-03-09 16:47:51 -0400
commitcd2244e3eefa8da1e683b68357dcf19a9b41c095 (patch)
tree7373b8e93bc843f96eb5b0e90e8343ebb27a8014 /.config/awesome/rc.lua
parent0fb570e2e2b70ff4dae1273a2a78a3b5f3e8fe76 (diff)
downloaddotfiles_ascii-cd2244e3eefa8da1e683b68357dcf19a9b41c095.tar.xz
dotfiles_ascii-cd2244e3eefa8da1e683b68357dcf19a9b41c095.zip
add battery widget config variable
Diffstat (limited to '.config/awesome/rc.lua')
-rwxr-xr-x.config/awesome/rc.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index 195c90d..cd48b35 100755
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -338,6 +338,7 @@ fswidgetbg = fswidget
-- █▓▒░ battery
baticon = wibox.widget.imagebox(beautiful.widget_battery)
batwidget = lain.widgets.bat({
+ battery = battery_id,
settings = function()
if bat_now.perc == "N/A" then
widget:set_markup(" AC ")