diff options
Diffstat (limited to '.config/polybar/config.ini')
-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 fce776b..8a2b759 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -39,12 +39,12 @@ module-margin-right = 2 padding-right = 1 font-0 = Averia Libre:style=bold:size=15;3.8 -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 Solid:size=14;4.5 +font-2 = Font Awesome 5 Free Regular:size=14;4.5 modules-left = i3 modules-center = -modules-right = xkeyboard pulseaudio date +modules-right = updates-pacman-aurhelper xkeyboard pulseaudio date tray-maxsize = 25 tray-position = right @@ -191,6 +191,12 @@ label-muted-foreground = #999 label-muted-background = ${colors.background-module} +[module/updates-pacman-aurhelper] +type = custom/script +exec = /home/adam/.config/polybar/extra/updates-pacman-aurhelper.sh +interval = 600 +format-foreground = ${root.foreground} +; format-background = ${colors.background-module} [settings] screenchange-reload = true |