diff --git a/dotfiles/waybar-desk/config b/dotfiles/waybar-desk/config index 5452a29..a131d83 100644 --- a/dotfiles/waybar-desk/config +++ b/dotfiles/waybar-desk/config @@ -5,9 +5,6 @@ "output": "DP-1", "modules-left": [ - "custom/launcher", - "custom/right-arrow-dark", - "custom/right-arrow-light", "hyprland/workspaces", "custom/right-arrow-dark" ], @@ -23,9 +20,6 @@ "custom/right-arrow-dark" ], "modules-right": [ - "custom/left-arrow-dark", - "custom/updates", - "custom/left-arrow-light", "custom/left-arrow-dark", "cpu", "custom/left-arrow-light", @@ -111,18 +105,8 @@ "tray": { "icon-size": 20 }, - "custom/launcher":{ - "format": "  ", - "on-click": "wofi --show drun", - "on-click-right": "killall wofi" - }, "custom/power":{ "format": "  ", "on-click": "wlogout" - }, - "custom/updates":{ - "format": " {} Update(s) ", - "exec": "checkupdates | wc -l", - "interval": 1800 } } diff --git a/dotfiles/waybar-desk/style.css b/dotfiles/waybar-desk/style.css index 8b92e5f..01962b7 100644 --- a/dotfiles/waybar-desk/style.css +++ b/dotfiles/waybar-desk/style.css @@ -18,15 +18,10 @@ window#waybar { background: #1a1a1a; } -#custom-updates { - color: #F3881F; - background: #1a1a1a; -} #custom-power { color: #ff8080; background: #1a1a1a; } -#custom-launcher, #workspaces, #clock.1, #clock.2, @@ -74,7 +69,6 @@ window#waybar { #memory, #cpu, #tray, -#custom-launcher, #disk { padding: 0 10px; }