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 acfee671eddb78352e8c9e2c3beb5c6ef29e98f4
parent 3637ce62ec92dbbdf81565d788e1eb6ebd67a4df
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon,  4 Mar 2019 20:24:13 +0100

Fix color detection 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 '\*\.color0:' ~/.Xresources | awk '{ print $2 }')"