This commit is contained in:
Yannick Reiß 2024-02-05 18:52:29 +01:00
parent ce05b9abc7
commit 41ff7178f3
No known key found for this signature in database
GPG Key ID: 5A3AF456F0A0338C
1 changed files with 14 additions and 14 deletions

View File

@ -76,16 +76,16 @@
"all-outputs": true, "all-outputs": true,
"on-click": "activate", "on-click": "activate",
"persistent_workspaces": { "persistent_workspaces": {
"1": [], "1": ["1"],
"2": [], "2": ["2"],
"3": [], "3": ["3"],
"4": [], "4": ["4"],
"5": [], "5": ["5"],
"6": [], "6": ["6"],
"7": [], "7": ["7"],
"8": [], "8": ["8"],
"9": [], "9": ["9"],
"10": [] "10": ["10"]
} }
}, },
@ -113,7 +113,7 @@
}, },
"clock": { "clock": {
"format": "{:%H:%M %p}", "format": "{:%H:%M %p}",
"tooltip": true, "tooltip": true,
"tooltip-format": "{: %A, %e %B %Y}" "tooltip-format": "{: %A, %e %B %Y}"
}, },
@ -145,9 +145,9 @@
"format-muted": "", "format-muted": "",
"on-click": "pamixer -t", "on-click": "pamixer -t",
"on-click-right": "pavucontrol", "on-click-right": "pavucontrol",
"on-scroll-up": "pamixer -i 5", "on-scroll-up": "pamixer -d 1",
"on-scroll-down": "pamixer -d 5", "on-scroll-down": "pamixer -i 1",
"scroll-step": 5, "scroll-step": 1,
"format-icons": { "format-icons": {
"headphone": "", "headphone": "",
"hands-free": "", "hands-free": "",