Move polybar scripts to config directory
This commit is contained in:
parent
78a008c738
commit
f3460e6ff1
6 changed files with 86 additions and 70 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue