diff options
Diffstat (limited to '.config/polybar')
-rw-r--r-- | .config/polybar/config.ini | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index 8a2b759..9086623 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -42,7 +42,7 @@ font-0 = Averia Libre:style=bold:size=15;3.8 font-1 = Font Awesome 5 Free Solid:size=14;4.5 font-2 = Font Awesome 5 Free Regular:size=14;4.5 -modules-left = i3 +modules-left = i3 xwindow modules-center = modules-right = updates-pacman-aurhelper xkeyboard pulseaudio date @@ -191,6 +191,12 @@ label-muted-foreground = #999 label-muted-background = ${colors.background-module} +[module/xwindow] +type = internal/xwindow +format-padding = 3 +label-maxlen = 60 + + [module/updates-pacman-aurhelper] type = custom/script exec = /home/adam/.config/polybar/extra/updates-pacman-aurhelper.sh |