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