summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-10-24 07:53:29 -0500
committerzachir <zachir@librem.one>2023-10-24 07:53:29 -0500
commite717579f235cacfc05ba4744f7d5394418238ce8 (patch)
treeea4de18aa1303484d10c600c0b196a0d60901d92
parent675ef22654dd240219d1b84a518dd9dda0db62b6 (diff)
Fix battery widget not showing (because I'm dumb)
-rw-r--r--awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index 82b2af7..dbdfd55 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -455,7 +455,7 @@ awful.screen.connect_for_each_screen(function(s)
mute_color = "#ff111111",
device = "pulse",
},
- battery = battery_widget {
+ battery_widget {
font = font,
arc_thickness = 2,
show_current_level = false,