Set random wallpaper

This commit is contained in:
trémeur 2021-03-21 16:08:10 +00:00
parent 4424d4efd1
commit 814aae0019
17 changed files with 26 additions and 5 deletions

BIN
aes/chesil.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB

BIN
aes/gorse.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 KiB

BIN
aes/iris.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 670 KiB

BIN
aes/lines.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

BIN
aes/mond.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

BIN
aes/ond.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 434 KiB

BIN
aes/post.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 KiB

BIN
aes/puff.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 543 KiB

BIN
aes/sea.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 642 KiB

BIN
aes/square.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 KiB

BIN
aes/supr.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

BIN
aes/up.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 KiB

BIN
aes/wood.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 708 KiB

View file

@ -1,10 +1,10 @@
xcompmgr &
redshift &
~/.fehbg &
wal --vte -R &
~/.linux/scripts/randwal.sh
plank &
pnmixer &
conky -p 30 &
tint2 &
insync start &
~/.config/openbox/autostart-specific.sh &
conky -p 30 &
insync start
~/.config/openbox/autostart-specific.sh
~/.linux/scripts/randwal2.sh

View file

@ -0,0 +1,2 @@
[PlankDockItemPreferences]
Launcher=file:///usr/share/applications/google-chrome.desktop

9
scripts/randwal.sh Executable file
View file

@ -0,0 +1,9 @@
#!/usr/bin/env bash
patho="$HOME/.linux/aes/"
boy=$(ls ~/.linux/aes | shuf -n 1)
backgr="$patho$boy"
echo ${backgr}
wal --vte -li $backgr
feh --bg-fill $backgr

10
scripts/randwal2.sh Executable file
View file

@ -0,0 +1,10 @@
#!/usr/bin/env bash
~/.linux/scripts/colorus/convert.sh
wait
rm -f ~/.Xresources
echo Xcursor.theme: Suru >> ~/.cache/wal/colors.Xresources
cp -f ~/.cache/wal/colors.Xresources ~/.Xresources
wait
~/.local/bin/obtgen
~/.linux/scripts/bordergen.sh