diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 05b027a..7db2a50 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -78,7 +78,8 @@ "vesktop -(.*)Discord (.*)": "Vesktop $2", "org.gnome.(.*) - (.*)": "$1 - $2", "steam - (.*)": "Steam - $1", - "steam - Steam": "Steam" + "steam - Steam": "Steam", + "net.nokyan.Resources - Resources": "Resources" }, "escape": true }, diff --git a/waybar/style.css b/waybar/style.css index c360cc9..e8a5f5b 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -89,6 +89,10 @@ widget #custom-notifications { padding-right: 12px; } +widget #custom-notifications.cc-open { + background: @color1; +} + window#waybar.empty #window { padding: 0; margin: 0; @@ -120,6 +124,7 @@ widget #battery:not(.plugged):not(.charging) { #bluetooth { font-size: 14px; + padding: 0 10px; } #bluetooth.connected {