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