fix: refactor naming

This commit is contained in:
Tobias Reisinger 2020-08-28 12:53:09 +02:00
parent 870eed0b2a
commit f2c7dee45d
6 changed files with 9 additions and 6 deletions

View file

@ -10,9 +10,9 @@
label = %output:4%
[module/arch-updates]
[module/check-arch-updates]
type = custom/script
exec = $HOME/.config/polybar/scripts/arch-updates.sh
exec = $HOME/.config/polybar/scripts/check-arch-updates.sh
interval = 300
format-prefix = " "
@ -20,6 +20,6 @@
format-underline = #1794D1
format = <label>
click-left = alacritty -e sh -c "yay -Syu && echo DONE || echo ERROR; read" &
click-left = alacritty -e sh -c "$HOME/.local/bin/archlinux-admin-update; read" &
label = %output%