diff --git a/dot_dotfiles/polybar/config.tmpl b/dot_dotfiles/polybar/config.tmpl index d8292ae..f847b62 100644 --- a/dot_dotfiles/polybar/config.tmpl +++ b/dot_dotfiles/polybar/config.tmpl @@ -103,7 +103,7 @@ bottom = false ;border-right-size = 16 ;unused modules - mpd xbacklight backlight-acpi alsa modules-left = i3 -modules-center = temperature battery xkeyboard memory cpu filesystem updates-arch reboot-check xbacklight top-process obelisk-status +modules-center = temperature battery xkeyboard memory cpu filesystem updates-pacman reboot-check xbacklight top-process obelisk-status modules-right = net wifi0 vpn powermenu ; TRAY MANAGEMENT @@ -379,6 +379,12 @@ format-prefix-foreground = ${colors.bright_green} ;format-underline = ${colors.underline-memory} label = %percentage_used%% +[module/updates-pacman] +type = custom/script +exec = ~/.dotfiles/polybar/polybar-scripts/polybar-scripts/updates-pacman/updates-pacman.sh +interval = 600 + +; this one was fased out, DEPRECATED [module/updates-arch] type = custom/script exec = ~/.config/polybar/polybar-scripts/polybar-scripts/updates-arch/updates-arch.sh