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]
|
[module/mouse-battery]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
exec = ~/.config/scripts/get-mouse-battery.sh
|
exec = ~/bin/get-mouse-battery.sh
|
||||||
label = %output%
|
label = %output%
|
||||||
interval = 60
|
interval = 60
|
||||||
|
|
||||||
|
@ -4,5 +4,5 @@ Description=Polybar
|
|||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
RemainAfterExit=true
|
RemainAfterExit=true
|
||||||
ExecStart=%h/.config/scripts/desktop/polybar-start.sh
|
ExecStart=%h/bin/desktop/polybar-start.sh
|
||||||
ExecStop=killall -q polybar
|
ExecStop=killall -q polybar
|
Loading…
x
Reference in New Issue
Block a user