Update polybar for new script location

This commit is contained in:
Christian Colglazier 2023-11-29 08:35:54 -05:00
parent d311020284
commit 7124a3e72a
2 changed files with 2 additions and 2 deletions

View File

@ -178,7 +178,7 @@ label-disconnected-underline = ${colors.pink}
[module/mouse-battery]
type = custom/script
exec = ~/.config/scripts/get-mouse-battery.sh
exec = ~/bin/get-mouse-battery.sh
label =  %output%
interval = 60

View File

@ -4,5 +4,5 @@ Description=Polybar
[Service]
Type=oneshot
RemainAfterExit=true
ExecStart=%h/.config/scripts/desktop/polybar-start.sh
ExecStart=%h/bin/desktop/polybar-start.sh
ExecStop=killall -q polybar