Centralize wallpaper-related filenames in lib/login_variables.sh
[khome.git] / home / .xlaunch.d / background
index 629c4cd..ab4c301 100755 (executable)
@@ -2,10 +2,8 @@
 
 set -e
 
-WALL_FILE=~/wallpaper.txt
-
 BG_COLOR='#b2b2a0'
-BG_IMAGE=$(< "$WALL_FILE")
+BG_IMAGE=$(< "$FILE_WALLPAPER_CURR")
 
 #xsetroot -solid "$BG_COLOR"
 hsetroot -solid "$BG_COLOR"   # Because xsetroot is incompatible with compton.
This page took 0.027788 seconds and 4 git commands to generate.