Integrate wallpaper management
[khome.git] / home / .xlaunch.d / background
1 #! /bin/bash
2
3 set -e
4
5 WALL_FILE=~/wallpaper.txt
6
7 BG_COLOR='#b2b2a0'
8 BG_IMAGE=$(< "$WALL_FILE")
9
10 #xsetroot -solid "$BG_COLOR"
11 hsetroot -solid "$BG_COLOR" # Because xsetroot is incompatible with compton.
12 feh --bg-scale "$BG_IMAGE"
This page took 0.067163 seconds and 4 git commands to generate.