aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/awesome/rc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index c06ba71..6ba456b 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -260,9 +260,9 @@ awful.screen.connect_for_each_screen(function(s)
awful.widget.watch('sh -c "~/.local/bin/awesome-widgets/widget-RAM"', 30),
awful.widget.watch('sh -c "~/.local/bin/awesome-widgets/widget-disks /home"', 300),
awful.widget.watch('sh -c "~/.local/bin/awesome-widgets/widget-newsboat"', 600),
- wibox.widget.textbox(" "),
+ wibox.widget.textbox(" "),
awful.widget.watch('sh -c ~/.local/bin/awesome-widgets/widget-weather', 3600),
- wibox.widget.textbox(" 🌐"),
+ wibox.widget.textbox(" 🌐"),
mykeyboardlayout,
wibox.widget.systray(),
mytextclock,