diff --git a/waybar/cmus.sh b/waybar/cmus.sh old mode 100755 new mode 100644 diff --git a/waybar/config-old b/waybar/config-old deleted file mode 100755 index 2fe1ff0..0000000 --- a/waybar/config-old +++ /dev/null @@ -1,295 +0,0 @@ -; root filesystem module configuration. -[module/filesystem0] -type = internal/fs -interval = 1 -mount-0 = / -label-mounted = " /: %used%/%total% " -label-mounted-background = #c79500 -label-mounted-foreground = #000000 -label-unmounted = "  /:  " -label-unmounted-background = #c79500 -label-unmounted-foreground = #000000 - -; home filesystem module configuration. -[module/filesystem1] -type = internal/fs -interval = 1 -mount-0 = /home -label-mounted = "  /home: %used%/%total% " -label-mounted-background = #c79500 -label-mounted-foreground = #000000 -label-unmounted = "  /home:  " -label-unmounted-background = #c79500 -label-unmounted-foreground = #000000 - -; CPU module configuration. -[module/cpu] -type = internal/cpu -interval = 1 -label = "  %percentage:3%% " -label-background = #003487 -label-foreground = #ffffff - -; Physical memory module configuration. -[module/memory0] -type = internal/memory -interval = 1 -label = "  %gb_used%/%gb_total% " -label-background = #a60000 -label-foreground = #ffffff - -; Virtual memory module configuration. -[module/memory1] -type = internal/memory -interval = 1 -label = "  %gb_swap_used%/%gb_swap_total% " -label-background = #a60000 -label-foreground = #ffffff - -; Ethernet module configuration. -[module/eth] -type = internal/network -interface = eth0 -interval = 1 -label-connected = "   " -label-connected-background = #007a00 -label-connected-foreground = #ffffff -format-disconnected = -label-disconnected = "   " -label-disconnected-background = #007a00 -label-disconnected-foreground = #ffffff - -; Wi-Fi module configuration. -[module/wlan] -type = internal/network -interface = wlan0 -interval = 1 -format-connected = -label-connected = "   " -label-connected-background = #007a00 -label-connected-foreground = #ffffff -format-disconnected = -label-disconnected = "   " -label-disconnected-background = #007a00 -label-disconnected-foreground = #ffffff - -; Public IP address module configuration. -[module/ip-public] -type = custom/script -exec = curl -s https://www.icanhazip.com -label-padding = 1 -format =