More config cleanup
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
005c4f29b6
commit
8d3f9c8a1d
22 changed files with 44 additions and 27 deletions
|
@ -239,7 +239,7 @@ label = %output%
|
|||
|
||||
interval = 5
|
||||
|
||||
click-left = $HOME/bin/power.sh
|
||||
click-left = ${XDG_BIN_HOME}/power.sh
|
||||
|
||||
|
||||
#######################################
|
||||
|
@ -247,7 +247,7 @@ click-left = $HOME/bin/power.sh
|
|||
#######################################
|
||||
[module/music]
|
||||
type = custom/script
|
||||
exec = $HOME/bin/music.sh
|
||||
exec = ${XDG_BIN_HOME}/music.sh
|
||||
|
||||
format = <label>
|
||||
label = %output%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue