diff --git a/.bin/screenlock.sh b/.bin/screenlock.sh index df66e7f..4f1a1d8 100755 --- a/.bin/screenlock.sh +++ b/.bin/screenlock.sh @@ -6,4 +6,5 @@ xset s 90 10 pactl set-sink-mute alsa_output.pci-0000_00_1f.3.analog-stereo 1 pactl set-source-mute alsa_input.pci-0000_00_1f.3.analog-stereo 1 -i3lock -e -t -i /home/kunsi/Pictures/laptop_unbenutzbar.png +#i3lock -e -t -i /home/kunsi/Pictures/laptop_unbenutzbar.png +i3lock -e -t -i /home/kunsi/Pictures/2019-11-08_cover_book-project-1080.png diff --git a/.fehbg b/.fehbg new file mode 100755 index 0000000..97e0d7c --- /dev/null +++ b/.fehbg @@ -0,0 +1,2 @@ +#!/bin/sh +feh --no-fehbg --bg-scale '/home/kunsi/Pictures/2019-11-08_cover_book-project-1080.png' diff --git a/Pictures/2019-11-08_cover_book-project-1080.png b/Pictures/2019-11-08_cover_book-project-1080.png new file mode 100644 index 0000000..162e210 Binary files /dev/null and b/Pictures/2019-11-08_cover_book-project-1080.png differ