bspwm: Set the color scheme to base16-tomorrow-night

As cool as it was to have a random color scheme on boot, setting a
predictable and easy to read one is slightly more practical.
This commit is contained in:
Donovan Glover 2018-12-22 15:56:49 -05:00
parent fcc021daa5
commit 419aa607a3
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -39,9 +39,8 @@ if hash VBoxClient-all 2>/dev/null; then
VBoxClient-all VBoxClient-all
fi fi
# Set the color scheme to a random one. Note that this command # Set the color scheme to a sane default.
# needs to be run after any screen resolution changes. wal -o ~/.config/wal/done.sh --theme base16-tomorrow-night
wal -o ~/.config/wal/done.sh -i ~/Pictures/Wallpapers
# Never blank the screen (disable power saving) # Never blank the screen (disable power saving)
xset s off -dpms xset s off -dpms