polybar: scripte
This commit is contained in:
parent
c17834aa2b
commit
553b19248f
4 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
0
polybar/nightscout_cgm.sh → polybar/scripte/nightscout_cgm.sh
Executable file → Normal file
0
polybar/nightscout_cgm.sh → polybar/scripte/nightscout_cgm.sh
Executable file → Normal file
0
polybar/popup-calendar.sh → polybar/scripte/popup-calendar.sh
Executable file → Normal file
0
polybar/popup-calendar.sh → polybar/scripte/popup-calendar.sh
Executable file → Normal file
Loading…
Reference in a new issue