Centralize wallpaper-related filenames in lib/login_variables.sh
[khome.git] / home / .xlaunch.d / background
1 #! /bin/bash
2
3 set -e
4
5 BG_COLOR='#b2b2a0'
6 BG_IMAGE=$(< "$FILE_WALLPAPER_CURR")
7
8 #xsetroot -solid "$BG_COLOR"
9 hsetroot -solid "$BG_COLOR" # Because xsetroot is incompatible with compton.
10 feh --bg-scale "$BG_IMAGE"
This page took 0.051576 seconds and 4 git commands to generate.