diff --git a/aes/chesil.jpg b/aes/chesil.jpg new file mode 100644 index 0000000..7a45188 Binary files /dev/null and b/aes/chesil.jpg differ diff --git a/aes/gorse.jpg b/aes/gorse.jpg new file mode 100644 index 0000000..4b421d7 Binary files /dev/null and b/aes/gorse.jpg differ diff --git a/aes/iris.jpg b/aes/iris.jpg new file mode 100644 index 0000000..4b84b79 Binary files /dev/null and b/aes/iris.jpg differ diff --git a/aes/lines.jpg b/aes/lines.jpg new file mode 100644 index 0000000..a8f96e4 Binary files /dev/null and b/aes/lines.jpg differ diff --git a/aes/mond.jpg b/aes/mond.jpg new file mode 100644 index 0000000..9c78616 Binary files /dev/null and b/aes/mond.jpg differ diff --git a/aes/ond.jpg b/aes/ond.jpg new file mode 100644 index 0000000..82776ff Binary files /dev/null and b/aes/ond.jpg differ diff --git a/aes/post.jpg b/aes/post.jpg new file mode 100644 index 0000000..21c3ab3 Binary files /dev/null and b/aes/post.jpg differ diff --git a/aes/puff.jpg b/aes/puff.jpg new file mode 100644 index 0000000..c00e3d9 Binary files /dev/null and b/aes/puff.jpg differ diff --git a/aes/sea.jpg b/aes/sea.jpg new file mode 100644 index 0000000..5ca5fa4 Binary files /dev/null and b/aes/sea.jpg differ diff --git a/aes/square.jpg b/aes/square.jpg new file mode 100644 index 0000000..cc6e38a Binary files /dev/null and b/aes/square.jpg differ diff --git a/aes/supr.jpg b/aes/supr.jpg new file mode 100644 index 0000000..66b8c30 Binary files /dev/null and b/aes/supr.jpg differ diff --git a/aes/up.jpg b/aes/up.jpg new file mode 100644 index 0000000..dfc88d5 Binary files /dev/null and b/aes/up.jpg differ diff --git a/aes/wood.jpg b/aes/wood.jpg new file mode 100644 index 0000000..58a3116 Binary files /dev/null and b/aes/wood.jpg differ diff --git a/dots/openbox/autostart b/dots/openbox/autostart index f1455f0..69f4e3a 100644 --- a/dots/openbox/autostart +++ b/dots/openbox/autostart @@ -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 & \ No newline at end of file +conky -p 30 & +insync start +~/.config/openbox/autostart-specific.sh +~/.linux/scripts/randwal2.sh \ No newline at end of file diff --git a/dots/plank/items/google-chrome.dockitem b/dots/plank/items/google-chrome.dockitem new file mode 100644 index 0000000..cd04294 --- /dev/null +++ b/dots/plank/items/google-chrome.dockitem @@ -0,0 +1,2 @@ +[PlankDockItemPreferences] +Launcher=file:///usr/share/applications/google-chrome.desktop diff --git a/scripts/randwal.sh b/scripts/randwal.sh new file mode 100755 index 0000000..238a28e --- /dev/null +++ b/scripts/randwal.sh @@ -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 diff --git a/scripts/randwal2.sh b/scripts/randwal2.sh new file mode 100755 index 0000000..2a3886b --- /dev/null +++ b/scripts/randwal2.sh @@ -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