polybar: scripte

This commit is contained in:
Michael Grote 2021-06-29 17:01:50 +02:00
parent c17834aa2b
commit 553b19248f
4 changed files with 4 additions and 4 deletions

View file

@ -53,20 +53,20 @@ cursor-scroll = ns-resize
[module/nightscout_script]
type = custom/script
exec = /home/mg/dotfiles/polybar/nightscout_cgm.sh
exec = /home/mg/dotfiles/polybar/scripte/nightscout_cgm.sh
interval = 120
format-prefix = "BZ "
format-prefix-foreground = ${colors.foreground-alt}
[module/popup-calendar]
type = custom/script
exec = /home/mg/dotfiles/polybar/popup-calendar.sh
exec = /home/mg/dotfiles/polybar/scripte/popup-calendar.sh
interval = 5
click-left = /home/mg/dotfiles/polybar/popup-calendar.sh --popup &
click-left = /home/mg/dotfiles/polybar/scripte/popup-calendar.sh --popup &
[module/system-cpu-loadavg]
type = custom/script
exec = /home/mg/dotfiles/polybar/system-cpu-loadavg.sh
exec = /home/mg/dotfiles/polybar/scripte/system-cpu-loadavg.sh
interval = 10
format-prefix = "LAVG "
format-prefix-foreground = ${colors.foreground-alt}

View file

View file