aboutsummaryrefslogtreecommitdiff
path: root/closeMusicMode.sh
blob: a07cf009a8bca79551e2603bf64a056ab75debbc (plain)
1
2
3
4
5
#!/bin/sh
kill $(pgrep -x musicMode.sh) # End the music mode process
i3-msg "bar mode dock" # Restore the i3bar
exec feh --bg-max ~/images/wallpapers/bg* # Restore default wallpaper
notify-send -h string:x-canonical-private-synchronous:musicMode -t 1000 "Closed music mode."