diff --git a/.config/waybar/config b/.config/waybar/config index 166c2f9..87c2df1 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -2,7 +2,7 @@ "height": 37, // Waybar height (to be removed for auto height) "modules-left": ["sway/workspaces", "custom/media"], "modules-center": ["clock"], - "modules-right": ["cpu", "memory", "temperature", "sway/language", "pulseaudio", "backlight", "battery", "network", "tray"], + "modules-right": ["cpu", "memory", "temperature", "pulseaudio", "backlight", "battery", "network", "tray"], // Modules configuration "sway/workspaces": { @@ -28,9 +28,6 @@ "sway/mode": { "format": "{}" }, - "sway/language": { - "format": "{short} ⠀⠀" - }, "tray": { "spacing": 10 }, @@ -97,24 +94,6 @@ "on-click": "pactl set-sink-mute @DEFAULT_SINK@ toggle", "on-click-right": "pactl set-source-mute @DEFAULT_SOURCE@ toggle", "on-click-middle": "pavucontrol" - }, - "custom/media": { - "format": "{icon} {}", - "return-type": "json", - "max-length": 40, - "format-icons": { - "spotify": " ", - "default": " " - }, - "escape": true, - "exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null", - "on-click": "playerctl play-pause", - }, - "custom/fans": { - "format": "{}", - "exec": "$HOME/.config/waybar/fans.sh", - "escape": true, - "restart-interval": 10, } } diff --git a/.config/waybar/style.css b/.config/waybar/style.css index d70eef2..cf70e6c 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -44,7 +44,7 @@ window#waybar.hidden { #workspaces button { padding: 0 5px; min-width: 20px; - color: #96CDFB; + color: #575268; } #workspaces button:hover { @@ -52,7 +52,7 @@ window#waybar.hidden { } #workspaces button.focused { - color: #DDB6F2; + color: #F2CDCD; } #workspaces button.urgent { @@ -60,7 +60,7 @@ window#waybar.hidden { } #cpu { - color: #F2CDCD; + color: #FAE3B0; } #memory { @@ -76,25 +76,12 @@ window#waybar.hidden { color: #1A1826; } -#custom-media { - background-color: #c678dd; - color: #1e222a; -} - -#custom-fans { - color: #98c379; -} - #clock { color: #D9E0EE; } -#language { - color: #988BA2; -} - #pulseaudio { - color: #FAE3B0; + color: #B5E8E0; } #pulseaudio.muted {