629c4cd55c1b05e2f8f64d5d8d4e44f895ed087a
[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.049167 seconds and 3 git commands to generate.