Compare commits

...

2 Commits

Author SHA1 Message Date
AquaMorph 7124a3e72a Update polybar for new script location 2023-11-29 08:35:54 -05:00
AquaMorph d311020284 Update start audio for new script location 2023-11-29 08:35:07 -05:00
3 changed files with 4 additions and 4 deletions
+1 -1
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
+2 -2
View File
@@ -27,7 +27,7 @@ function launchi3() {
if [ -z "$skipi3" ]; then
echo Opening i3wm sound workspaces
sleep .1 && i3-msg 'workspace 5; exec firefox'
sleep 5.1 && python ~/.config/scripts/start-firefox.py
sleep 5.1 && python ~/bin/start-firefox.py
fi
}
@@ -83,7 +83,7 @@ done
#renameInterface
# Eurorack audio interface
sh ~/.config/scripts/audio/es9start.sh
sh ~/bin/audio/es9start.sh
launchi3
systemctl --user restart polybar
+1 -1
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