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
owm(){

View File

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

View File

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