From 73ca6d4e98008f42bdda20a3b1ddd20fccfe2d29 Mon Sep 17 00:00:00 2001 From: Joachim Nielandt Date: Thu, 25 Feb 2021 09:24:33 +0100 Subject: [PATCH] Updates polybar-scripts. --- dot_dotfiles/polybar/config.tmpl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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