diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 1d5793d..3c97082 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -24,6 +24,7 @@ "hyprland/workspaces": { "all-outputs": true, "format": "{icon}", + "show-special": true, "format-icons": { "urgent": "", "focused": "", @@ -75,7 +76,9 @@ "spotube": "Spotube", "discord - Discord (.*)": "Discord $1", "vesktop -(.*)Discord (.*)": "Vesktop $2", - "org.gnome.(.*) - (.*)": "$1 - $2" + "org.gnome.(.*) - (.*)": "$1 - $2", + "steam - (.*)": "Steam - $1", + "steam - Steam": "Steam" }, "escape": true }, diff --git a/waybar/style.css b/waybar/style.css index c96e316..ccb2c0b 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -65,6 +65,10 @@ button:hover { animation-duration: 2s; } +#workspace button.special { + background: @color3; +} + #workspaces button:first-child { margin-left: 0px; } @@ -89,8 +93,7 @@ widget #custom-notifications { } window#waybar.empty #window { - margin: 0 0 0 0; - padding: 0 0 0 0; + padding: 0; } widget #battery.charging,