This commit is contained in:
lelgenio 2021-12-26 20:31:31 -03:00
parent ef61588fc7
commit 9b52fa57c7
3 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
set -e set -e
owm(){ owm(){

View File

@ -30,3 +30,5 @@ switch "$out"
end end
pamixer --set-volume "$vol" pamixer --set-volume "$vol"
# vim: ft=fish

View File

@ -97,7 +97,7 @@
"format": "{icon}", "format": "{icon}",
"format-alt": "bluetooth: {status}", "format-alt": "bluetooth: {status}",
"format-icons": { "format-icons": {
"enabled": " ", "enabled": "",
"disabled": "" "disabled": ""
}, },
"tooltip-format": "{}" "tooltip-format": "{}"
@ -185,12 +185,12 @@
"format":"{} ", "format":"{} ",
"exec":"pidof caffeinated > /dev/null && echo  || echo 鈴", "exec":"pidof caffeinated > /dev/null && echo  || echo 鈴",
"on-click":"pidof caffeinated && pkill caffeinated || caffeinated -d", "on-click":"pidof caffeinated && pkill caffeinated || caffeinated -d",
"interval": 1, "interval": 5,
"tooltip":false "tooltip":false
}, },
"custom/layout":{ "custom/layout":{
"exec":"_sway_get-layout", "exec":"_sway_get-layout",
"interval": 1, "interval": 5,
"tooltip":false "tooltip":false
}, },
"custom/sleep":{ "custom/sleep":{