mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-30 17:46:59 +00:00
Compare commits
No commits in common. "7124a3e72aa7196733610d4da5d707df63c65ea2" and "390f8d2a0e463b1287293d10ca583dd918739c36" have entirely different histories.
7124a3e72a
...
390f8d2a0e
@ -178,7 +178,7 @@ label-disconnected-underline = ${colors.pink}
|
|||||||
|
|
||||||
[module/mouse-battery]
|
[module/mouse-battery]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
exec = ~/bin/get-mouse-battery.sh
|
exec = ~/.config/scripts/get-mouse-battery.sh
|
||||||
label = %output%
|
label = %output%
|
||||||
interval = 60
|
interval = 60
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ function launchi3() {
|
|||||||
if [ -z "$skipi3" ]; then
|
if [ -z "$skipi3" ]; then
|
||||||
echo Opening i3wm sound workspaces
|
echo Opening i3wm sound workspaces
|
||||||
sleep .1 && i3-msg 'workspace 5; exec firefox'
|
sleep .1 && i3-msg 'workspace 5; exec firefox'
|
||||||
sleep 5.1 && python ~/bin/start-firefox.py
|
sleep 5.1 && python ~/.config/scripts/start-firefox.py
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -83,7 +83,7 @@ done
|
|||||||
#renameInterface
|
#renameInterface
|
||||||
|
|
||||||
# Eurorack audio interface
|
# Eurorack audio interface
|
||||||
sh ~/bin/audio/es9start.sh
|
sh ~/.config/scripts/audio/es9start.sh
|
||||||
|
|
||||||
launchi3
|
launchi3
|
||||||
systemctl --user restart polybar
|
systemctl --user restart polybar
|
||||||
|
@ -4,5 +4,5 @@ Description=Polybar
|
|||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
RemainAfterExit=true
|
RemainAfterExit=true
|
||||||
ExecStart=%h/bin/desktop/polybar-start.sh
|
ExecStart=%h/.config/scripts/desktop/polybar-start.sh
|
||||||
ExecStop=killall -q polybar
|
ExecStop=killall -q polybar
|
Loading…
x
Reference in New Issue
Block a user