fix: polybar date interval and audio prefox
This commit is contained in:
parent
7a17147127
commit
a2779b7e33
1 changed files with 4 additions and 2 deletions
|
@ -290,7 +290,7 @@
|
|||
|
||||
[module/date]
|
||||
type = internal/date
|
||||
interval = 5
|
||||
interval = 1
|
||||
|
||||
date = "%Y-%m-%d"
|
||||
|
||||
|
@ -305,10 +305,12 @@
|
|||
[module/pulseaudio]
|
||||
type = internal/pulseaudio
|
||||
|
||||
format-volume-prefix = " "
|
||||
format-volume-prefix-foreground = ${colors.foreground-alt}
|
||||
; format-volume = <label-volume> <bar-volume>
|
||||
format-volume = <label-volume>
|
||||
format-volume-underline = #d8d804
|
||||
label-volume = %percentage%%
|
||||
label-volume = %percentage%%
|
||||
label-volume-foreground = ${root.foreground}
|
||||
|
||||
format-muted-underline = #686823
|
||||
|
|
Loading…
Reference in a new issue