From da8c4b7b65235909b7c03da480689d9d871f8d59 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Thu, 24 Jan 2019 14:24:44 +0100 Subject: Created music mode and added some other little stuff. --- closeMusicMode.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 closeMusicMode.sh (limited to 'closeMusicMode.sh') diff --git a/closeMusicMode.sh b/closeMusicMode.sh new file mode 100755 index 0000000..620f667 --- /dev/null +++ b/closeMusicMode.sh @@ -0,0 +1,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." -- cgit v1.2.1