diff options
author | Joursoir <chat@joursoir.net> | 2024-01-19 15:26:33 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2024-01-19 15:32:16 +0300 |
commit | d6dceac880e52a4aeab11d59402380da3bf71de3 (patch) | |
tree | 5b521336dff7610d7ca5115c8e20771227bbcbb8 | |
parent | 901921a22f69edb70e53109cdf2e9519b55dc64f (diff) | |
download | dotfiles-d6dceac880e52a4aeab11d59402380da3bf71de3.tar.gz dotfiles-d6dceac880e52a4aeab11d59402380da3bf71de3.tar.bz2 dotfiles-d6dceac880e52a4aeab11d59402380da3bf71de3.zip |
dotconfig/polybar: use new tags for text module
content tag is deprecated since 3.7.0 version
-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 |