diff --git a/dot_config/polybar/config.tmpl b/dot_config/polybar/config.tmpl index 335caa2..6ef6611 100644 --- a/dot_config/polybar/config.tmpl +++ b/dot_config/polybar/config.tmpl @@ -412,14 +412,14 @@ label = %percentage_used%% %percentage_swap_used%% type = custom/script format-prefix=" " format-prefix-foreground = ${colors.bright_yellow} -exec = ~/.dotfiles/polybar/polybar-scripts/updates-pacman/updates-pacman.sh +exec = ~/.config/polybar/polybar-scripts/updates-pacman/updates-pacman.sh interval = 600 [module/updates-aurhelper] type = custom/script format-prefix=" " format-prefix-foreground = ${colors.bright_yellow} -exec = ~/.dotfiles/polybar/polybar-scripts/updates-aurhelper/updates-aurhelper.sh +exec = ~/.config/polybar/polybar-scripts/updates-aurhelper/updates-aurhelper.sh interval = 600 [module/reboot-check]