Set random wallpaper
BIN
aes/chesil.jpg
Normal file
After Width: | Height: | Size: 228 KiB |
BIN
aes/gorse.jpg
Normal file
After Width: | Height: | Size: 243 KiB |
BIN
aes/iris.jpg
Normal file
After Width: | Height: | Size: 670 KiB |
BIN
aes/lines.jpg
Normal file
After Width: | Height: | Size: 118 KiB |
BIN
aes/mond.jpg
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
aes/ond.jpg
Normal file
After Width: | Height: | Size: 434 KiB |
BIN
aes/post.jpg
Normal file
After Width: | Height: | Size: 295 KiB |
BIN
aes/puff.jpg
Normal file
After Width: | Height: | Size: 543 KiB |
BIN
aes/sea.jpg
Normal file
After Width: | Height: | Size: 642 KiB |
BIN
aes/square.jpg
Normal file
After Width: | Height: | Size: 201 KiB |
BIN
aes/supr.jpg
Normal file
After Width: | Height: | Size: 170 KiB |
BIN
aes/up.jpg
Normal file
After Width: | Height: | Size: 353 KiB |
BIN
aes/wood.jpg
Normal file
After Width: | Height: | Size: 708 KiB |
|
@ -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
|
2
dots/plank/items/google-chrome.dockitem
Normal file
|
@ -0,0 +1,2 @@
|
|||
[PlankDockItemPreferences]
|
||||
Launcher=file:///usr/share/applications/google-chrome.desktop
|
9
scripts/randwal.sh
Executable 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
|
@ -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
|