Tobias Reisinger
625ee51457
add: XDG_XXXXX_DIR config add: zathura config fix: launch of mpd and mopidy
23 lines
553 B
INI
23 lines
553 B
INI
[module/fan-speed]
|
|
type = custom/script
|
|
exec = $HOME/.config/polybar/scripts/fan-speed.sh
|
|
interval = 1
|
|
|
|
format-prefix = " "
|
|
format-prefix-foreground = ${colors.foreground-alt}
|
|
format-underline = #8bf
|
|
format = <label>
|
|
|
|
label = %output:4%
|
|
|
|
[module/arch-updates]
|
|
type = custom/script
|
|
exec = $HOME/.config/polybar/scripts/arch-updates.sh
|
|
interval = 60
|
|
|
|
format-prefix = " "
|
|
format-prefix-foreground = ${colors.foreground-alt}
|
|
format-underline = #1794D1
|
|
format = <label>
|
|
|
|
label = %output%
|