aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/rc.lua
diff options
context:
space:
mode:
authorBlista Kanjo2023-07-19 13:51:07 -0400
committerBlista Kanjo2023-07-19 13:51:07 -0400
commit5f171c1a6e480ea051b5abb9dc312096ede23b81 (patch)
treee542f51d8101cec8aff93f7b442304649050b456 /.config/awesome/rc.lua
parent820a3081360cdc33122a0b7b952bff7482af9b59 (diff)
refactor: removing `awesome-widgets` from the repo
Diffstat (limited to '.config/awesome/rc.lua')
-rw-r--r--.config/awesome/rc.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index ae2431b..f7c8bbf 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -255,14 +255,6 @@ awful.screen.connect_for_each_screen(function(s)
s.mytasklist, -- Middle widget
{ -- Right widgets
layout = wibox.layout.fixed.horizontal,
- -- awful.widget.watch('sh -c "~/.local/bin/awesome-widgets/widget-cpu_usage"', 5),
- -- awful.widget.watch('sh -c "~/.local/bin/awesome-widgets/widget-sensors"', 60),
- -- 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(" "),
- -- awful.widget.watch('sh -c ~/.local/bin/awesome-widgets/widget-weather', 3600),
- -- wibox.widget.textbox(" 🌐"),
mykeyboardlayout,
wibox.widget.systray(),
mytextclock,