dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 2b5b25e4fb8f1ff86e2992e9d0cafb27f8dfd2ff
parent 7d49675b1bd4a0af5af80491c90421558e906d81
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon,  4 Mar 2019 21:05:38 +0100

Use background color for wallpaper

Diffstat:
Mlinks/bin/wallpaper.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/links/bin/wallpaper.sh b/links/bin/wallpaper.sh @@ -21,4 +21,4 @@ # wallpaper=$(get_random_wallpaper "$dir") # set_wallpaper "$wallpaper" -hsetroot -solid "$(rg '\*\.color0:' ~/.Xresources | awk '{ print $2 }')" +hsetroot -solid "$(rg '\*\.background:' ~/.Xresources | awk '{ print $2 }')"