diff --git a/config/swaync/style.css b/config/swaync/style.css index d5325c9..73c2b6e 100644 --- a/config/swaync/style.css +++ b/config/swaync/style.css @@ -323,6 +323,7 @@ notificationwindow, blankwindow, blankwindow { .control-center { /* The Control Center which contains the old notifications + widgets */ background: var(--cc-bg); + margin: 8px; color: var(--text-color); border: var(--border); diff --git a/config/waybar/config.jsonc b/config/waybar/config.jsonc index 991d4c9..3e4f257 100644 --- a/config/waybar/config.jsonc +++ b/config/waybar/config.jsonc @@ -81,9 +81,9 @@ "on-click": "$TERMINAL -e btop" }, "clock": { - "locale": "de_DE", - "format": "{:L%A %H:%M}", - "format-alt": "{:L%d %B W%V %Y}", + "locale": "de_DE.UTF-8", + "format": "{:L%H:%M | %a %d.%m.%g}", + "format-alt": "{:L%d. %B (KW%V) %Y}", "tooltip": false, "on-click-right": "omarchy-cmd-tzupdate" }, @@ -127,7 +127,7 @@ }, "pulseaudio": { "format": "{icon}", - "on-click": "pavucontrol", + "on-click": "kitty wiremix", "tooltip-format": "Playing at {volume}%", "scroll-step": 5, "format-muted": "",