Fixed dotfiles error.

This commit is contained in:
Joachim Nielandt 2022-06-23 22:12:56 +02:00
parent 3a7492cb16
commit c2e2174441

View File

@ -412,14 +412,14 @@ label = %percentage_used%% %percentage_swap_used%%
type = custom/script type = custom/script
format-prefix=" " format-prefix=" "
format-prefix-foreground = ${colors.bright_yellow} 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 interval = 600
[module/updates-aurhelper] [module/updates-aurhelper]
type = custom/script type = custom/script
format-prefix=" " format-prefix=" "
format-prefix-foreground = ${colors.bright_yellow} 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 interval = 600
[module/reboot-check] [module/reboot-check]