mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 09:15:34 +00:00
Update polybar for new script location
This commit is contained in:
parent
d311020284
commit
7124a3e72a
@ -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
|
||||
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user