Move polybar scripts to config directory

This commit is contained in:
Marty Oehme 2019-12-02 20:33:37 +01:00
parent 78a008c738
commit f3460e6ff1
6 changed files with 86 additions and 70 deletions

View file

@ -190,7 +190,7 @@ label = %date% %{T2}%{T-}%time%
[module/archupdates]
type = custom/script
exec = poly-archupdates
exec = $XDG_CONFIG_HOME/polybar/scripts/poly-archupdates
interval = 600
format = <label>
format-foreground = ${colors.primary}
@ -198,7 +198,7 @@ label = %output%
[module/networkspeed]
type = custom/script
exec = poly-networkspeed
exec = $XDG_CONFIG_HOME/polybar/scripts/poly-networkspeed
tail = true
; vim:ft=dosini