prog/xmobar: increase update volume time

This commit is contained in:
Dmitriy Pleshevskiy 2022-06-23 14:49:46 +03:00
parent eeb8c24099
commit 0fd5fbeb1a
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -83,7 +83,7 @@ myCommands =
, "--normal" , colorYellow
]
(10 `seconds`)
, Run $ ComX "/bin/bash" ["-c", "~/.config/xmobar/scripts/get_volume.sh"] "N/A" "volume" 1
, Run $ ComX "/bin/bash" ["-c", "~/.config/xmobar/scripts/get_volume.sh"] "N/A" "volume" 3
, Run $ ComX "/bin/bash" ["-c", "~/.config/xmobar/scripts/exchangerate.sh"] "N/A" "usdrub" (60 `seconds`)
, Run XMonadLog
]