swaync padding adjustment, new waybar clock layout, use wiremix

This commit is contained in:
2026-03-19 11:27:16 +01:00
parent 1b4cbcbec4
commit a879d3da5b
2 changed files with 5 additions and 4 deletions

View File

@@ -323,6 +323,7 @@ notificationwindow, blankwindow, blankwindow {
.control-center { .control-center {
/* The Control Center which contains the old notifications + widgets */ /* The Control Center which contains the old notifications + widgets */
background: var(--cc-bg); background: var(--cc-bg);
margin: 8px;
color: var(--text-color); color: var(--text-color);
border: var(--border); border: var(--border);

View File

@@ -81,9 +81,9 @@
"on-click": "$TERMINAL -e btop" "on-click": "$TERMINAL -e btop"
}, },
"clock": { "clock": {
"locale": "de_DE", "locale": "de_DE.UTF-8",
"format": "{:L%A %H:%M}", "format": "{:L%H:%M | %a %d.%m.%g}",
"format-alt": "{:L%d %B W%V %Y}", "format-alt": "{:L%d. %B (KW%V) %Y}",
"tooltip": false, "tooltip": false,
"on-click-right": "omarchy-cmd-tzupdate" "on-click-right": "omarchy-cmd-tzupdate"
}, },
@@ -127,7 +127,7 @@
}, },
"pulseaudio": { "pulseaudio": {
"format": "{icon}", "format": "{icon}",
"on-click": "pavucontrol", "on-click": "kitty wiremix",
"tooltip-format": "Playing at {volume}%", "tooltip-format": "Playing at {volume}%",
"scroll-step": 5, "scroll-step": 5,
"format-muted": "", "format-muted": "",