diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 8ed9280..0ef06b8 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -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 diff --git a/systemd/user/polybar.service b/systemd/user/polybar.service index f3a20a9..0590ec3 100644 --- a/systemd/user/polybar.service +++ b/systemd/user/polybar.service @@ -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 \ No newline at end of file