Merge main into zephyrus

This commit is contained in:
2025-07-26 15:23:36 -04:00
4 changed files with 49 additions and 11 deletions

View File

@@ -1,2 +0,0 @@
XCURSOR_THEME="catppuccin-latte-peach-cursors"
XCURSOR_SIZE=32

View File

@@ -8,3 +8,5 @@ for_window [title=".*\.PopupWindow"] floating enable
for_window [class="Unity" title="Project Settings"] floating enable
for_window [class="Unity" title=".*\.AnnotationWindow"] floating enable
for_window [class="Unity" title="Color"] floating enable
for_window [title="Pipewire Volume Control"] floating enable

View File

@@ -52,15 +52,6 @@
"format-alt": "{icon}",
"format-icons": ["", "", "", "", "", "", "", "", "", "", "", ""]
},
"pulseaudio": {
// "scroll-step": 1, // %, can be a float
"format": "{icon} {volume}%",
"format-muted": "",
"format-icons": {
"default": ["", "", " "]
},
"on-click": "pwvucontrol"
},
"custom/power": {
"format" : "⏻",
"tooltip": false,
@@ -71,4 +62,13 @@
"reboot": "systemctl reboot"
}
},
"pulseaudio": {
// "scroll-step": 1, // %, can be a float
"format": "{icon} {volume}%",
"format-muted": "",
"format-icons": {
"default": ["", "", " "]
},
"on-click": "pwvucontrol"
},
}