[polybar] more interval for mpris status
parent
dca8f9d5c2
commit
a4a7792158
|
|
@ -126,6 +126,7 @@ modules-right = ${variables.bottom_right}
|
||||||
type = custom/script
|
type = custom/script
|
||||||
exec = python -u ~/.config/polybar/scripts/player-mpris.py status
|
exec = python -u ~/.config/polybar/scripts/player-mpris.py status
|
||||||
tail = true
|
tail = true
|
||||||
|
interval = 10
|
||||||
|
|
||||||
[module/xwindow]
|
[module/xwindow]
|
||||||
type = internal/xwindow
|
type = internal/xwindow
|
||||||
|
|
|
||||||
|
|
@ -70,6 +70,7 @@ modules-right = ${variables.bottom_right}
|
||||||
type = custom/script
|
type = custom/script
|
||||||
exec = python -u ~/.config/polybar/scripts/player-mpris.py status
|
exec = python -u ~/.config/polybar/scripts/player-mpris.py status
|
||||||
tail = true
|
tail = true
|
||||||
|
interval = 10
|
||||||
|
|
||||||
[module/xwindow]
|
[module/xwindow]
|
||||||
type = internal/xwindow
|
type = internal/xwindow
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue