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 feefe6f2b5317bd43c1b4dca1baf43251958e399
parent e6453241a000081543717669e0e1f0ca65c361dc
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 16 Aug 2019 09:12:34 +0200

Use xsetroot for setting desktop color

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

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