mirror of
https://github.com/Dichgrem/dotfiles.git
synced 2025-07-31 17:09:30 -04:00
update:waybar
This commit is contained in:
@ -128,6 +128,7 @@
|
|||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
|
|
||||||
|
/*
|
||||||
"wireplumber": {
|
"wireplumber": {
|
||||||
"on-click": "pwvucontrol",
|
"on-click": "pwvucontrol",
|
||||||
"on-click-right": "easyeffects",
|
"on-click-right": "easyeffects",
|
||||||
@ -142,6 +143,21 @@
|
|||||||
"default": ["", "", ""],
|
"default": ["", "", ""],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
*/
|
||||||
|
"wireplumber": {
|
||||||
|
"on-click": "pwvucontrol",
|
||||||
|
"on-click-right": "easyeffects",
|
||||||
|
"on-click-middle": "pamixer -t && swayosd-client --output-volume mute-toggle",
|
||||||
|
"on-scroll-down": "pamixer -d 2 && swayosd-client --output-volume -2",
|
||||||
|
"on-scroll-up": "pamixer -i 2 && swayosd-client --output-volume +2",
|
||||||
|
"format": "{icon} {volume}%",
|
||||||
|
"format-muted": "MUTE",
|
||||||
|
"format-source": "",
|
||||||
|
"format-source-muted": "",
|
||||||
|
"format-icons": {
|
||||||
|
"default": ["", "", ""]
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
"clock": {
|
"clock": {
|
||||||
"interval": 60,
|
"interval": 60,
|
||||||
|
Reference in New Issue
Block a user