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