Set random wallpaper
After Width: | Height: | Size: 228 KiB |
After Width: | Height: | Size: 243 KiB |
After Width: | Height: | Size: 670 KiB |
After Width: | Height: | Size: 118 KiB |
After Width: | Height: | Size: 1.2 MiB |
After Width: | Height: | Size: 434 KiB |
After Width: | Height: | Size: 295 KiB |
After Width: | Height: | Size: 543 KiB |
After Width: | Height: | Size: 642 KiB |
After Width: | Height: | Size: 201 KiB |
After Width: | Height: | Size: 170 KiB |
After Width: | Height: | Size: 353 KiB |
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
|
@ -0,0 +1,2 @@
|
||||
[PlankDockItemPreferences]
|
||||
Launcher=file:///usr/share/applications/google-chrome.desktop
|
@ -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
|
@ -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
|