Update void packages
[khome.git] / home / .xlaunch.d / background
... / ...
CommitLineData
1#! /bin/bash
2
3set -e
4
5BG_COLOR='#b2b2a0'
6
7#xsetroot -solid "$BG_COLOR"
8hsetroot -solid "$BG_COLOR" # Because xsetroot is incompatible with compton.
9
10if test -f "$FILE_WALLPAPER_CURR"
11then
12 bg_image=$(< "$FILE_WALLPAPER_CURR")
13 feh --bg-scale "$bg_image"
14fi
This page took 0.020218 seconds and 4 git commands to generate.