first commit

This commit is contained in:
2020-05-09 13:43:39 +02:00
commit e53c625e08
54 changed files with 7176 additions and 0 deletions

7
.local/bin/set-wallpaper Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
cp $1 ~/.wall.jpg
#feh --bg-scale /home/yorune/.wall.jpg
feh --bg-fill /home/yorune/.wall.jpg
#wal -i $1 -o wal-set
notify-send "Wallpaper changed"