aboutsummaryrefslogtreecommitdiff
path: root/closeMusicMode.sh
blob: 620f6672f6282422beda5d4835f530fc54626ec3 (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-fill ~/images/wallpapers/bg* # Restore default wallpaper
notify-send -h string:x-canonical-private-synchronous:musicMode -t 1000 "Closed music mode."