diff options
Diffstat (limited to 'dotconfig/polybar')
-rw-r--r-- | dotconfig/polybar/modules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dotconfig/polybar/modules b/dotconfig/polybar/modules index 2cb39a3..e809515 100644 --- a/dotconfig/polybar/modules +++ b/dotconfig/polybar/modules @@ -1,9 +1,9 @@ [module/sep] type = custom/text - content = | + format = | - content-background = ${color.background} - content-foreground = ${color.background} + format-background = ${color.background} + format-foreground = ${color.background} [module/pulseaudio] type = internal/pulseaudio |