From 419aa607a3900bf8fc54f530fcdcdd52d55641df Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 22 Dec 2018 15:56:49 -0500 Subject: [PATCH] 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. --- bspwm/.config/bspwm/bspwmrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index e63c5b7c..0bf78395 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -39,9 +39,8 @@ if hash VBoxClient-all 2>/dev/null; then VBoxClient-all fi -# Set the color scheme to a random one. Note that this command -# needs to be run after any screen resolution changes. -wal -o ~/.config/wal/done.sh -i ~/Pictures/Wallpapers +# Set the color scheme to a sane default. +wal -o ~/.config/wal/done.sh --theme base16-tomorrow-night # Never blank the screen (disable power saving) xset s off -dpms