added volume notification
This commit is contained in:
parent
da27987793
commit
246973759d
5 changed files with 36 additions and 6 deletions
11
Scripts/background-changer.sh
Executable file
11
Scripts/background-changer.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
wallpapers_path=/home/emge/Wallpapers/
|
||||
|
||||
# while true; do
|
||||
# swaybg -i $(find $wallpapers_path -type f | shuf -n 1) -m fill
|
||||
# sleep 29m
|
||||
# done
|
||||
# sleep 1m
|
||||
|
||||
swaymsg output "*" bg $(find $wallpapers_path -type f | shuf -n 1) fill
|
Loading…
Add table
Add a link
Reference in a new issue