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