Made the waybar a sidebar
This commit is contained in:
parent
75f6e5bb47
commit
6980360fe4
10 changed files with 121 additions and 50 deletions
|
|
@ -167,6 +167,16 @@
|
|||
"interval": "once",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/hoz-separator": {
|
||||
"format": " ",
|
||||
"interval": "once",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/hoz-separator-dotted": {
|
||||
"format": " ",
|
||||
"interval": "once",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/separator#line": {
|
||||
"format": "|",
|
||||
"interval": "once",
|
||||
|
|
@ -188,7 +198,14 @@
|
|||
"tooltip": false
|
||||
},
|
||||
"custom/pulseaudio-control": {
|
||||
"exec": "pulseaudio-control --icons-volume ' , ' --icon-muted ' ' --node-nicknames-from 'device.nick' --node-nickname 'alsa_output.pci-0000_08_00.0.iec958-ac3-surround-51.monitor:Speaker' --node-nickname 'alsa_output.usb-Razer_Razer_Nari-00.pro-output-1:Headphones' listen",
|
||||
"exec": "$HOME/.config/waybar/scripts/pulseaudio.sh text",
|
||||
"on-click": "pulseaudio-control --node-blacklist 'alsa_output.usb-Razer_Razer_Nari-00.pro-output-0' next-node",
|
||||
"on-click-middle": "exec pavucontrol &",
|
||||
"on-click-right": "pulseaudio-control togmute"
|
||||
},
|
||||
|
||||
"custom/pulseaudio-control#icons": {
|
||||
"exec": "$HOME/.config/waybar/scripts/pulseaudio.sh icons",
|
||||
"on-click": "pulseaudio-control --node-blacklist 'alsa_output.usb-Razer_Razer_Nari-00.pro-output-0' next-node",
|
||||
"on-click-middle": "exec pavucontrol &",
|
||||
"on-click-right": "pulseaudio-control togmute"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue