aboutsummaryrefslogtreecommitdiff
path: root/closeMusicMode.sh
blob: 8c0caec5b705eeea5b4af8988bfe750566b753c1 (plain)
1
2
3
4
5
6
#!/bin/sh
kill "$(pgrep -x "musicMode.sh")" # End the music mode process
i3-msg "bar mode dock" # Restore the i3bar
feh --bg-max ~/images/wallpapers/bg_* # Restore default wallpaper
killall vis
dunstify -r "$(dunstifyIDs.sh "musicMode")" -t 1000 "Closed music mode."