16 lines
597 B
JSON
16 lines
597 B
JSON
{
|
|
"pulseaudio": {
|
|
"scroll-step": 1,
|
|
"reverse-scrolling": true,
|
|
"smooth-scrolling-threshold": 1.0,
|
|
"format": "{icon} {volume}%",
|
|
"format-bluetooth":" {icon} {volume}%",
|
|
"format-muted": " Muted",
|
|
"format-icons": { "default": [" ", " ", " "]},
|
|
"on-click": "wpctl set-volume @DEFAULT_AUDIO_SINK@ 10%-",
|
|
"on-click-middle": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle",
|
|
"on-click-right": "wpctl set-volume @DEFAULT_AUDIO_SINK@ -l 1.0 10%+",
|
|
"on-double-click-middle": "kitty -e pulsemixer"
|
|
}
|
|
}
|