diff options
| author | 2014-10-07 20:19:15 +0200 | |
|---|---|---|
| committer | 2014-10-07 20:19:15 +0200 | |
| commit | d27d1370846fad27cbc45f4907ed96bda5326fa7 (patch) | |
| tree | 1a76a1204fcaad33e433354fb5459b6d00e9569d /.config | |
| parent | 3bf374f4b530dccf491f2cb39e05179ea2baa8ab (diff) | |
| download | dotfiles-d27d1370846fad27cbc45f4907ed96bda5326fa7.tar.gz dotfiles-d27d1370846fad27cbc45f4907ed96bda5326fa7.tar.bz2 dotfiles-d27d1370846fad27cbc45f4907ed96bda5326fa7.zip | |
Added liquidprompt
Diffstat (limited to '.config')
| -rwxr-xr-x | .config/herbstluftwm/autostart | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index fb6d2e0..cd0907c 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart | |||
| @@ -15,12 +15,12 @@ get_x_color() { | |||
| 15 | hlwm_scripts="$HOME/.config/herbstluftwm" | 15 | hlwm_scripts="$HOME/.config/herbstluftwm" |
| 16 | 16 | ||
| 17 | #wallpaper | 17 | #wallpaper |
| 18 | wallpaper=/home/tom/Pictures/rocks.jpg | 18 | wallpaper=/home/tom/Pictures/fall1.jpg |
| 19 | 19 | ||
| 20 | #Numix color palette | 20 | #Numix color palette |
| 21 | export WM_LIGHT=$(get_x_color 15) | 21 | export WM_LIGHT=$(get_x_color 15) |
| 22 | export WM_LLIGHT=$(get_x_color 7) | 22 | export WM_LLIGHT=$(get_x_color 7) |
| 23 | export WM_ACCENT=$(get_x_color 12) | 23 | export WM_ACCENT=$(get_x_color 9) |
| 24 | export WM_LDARK=$(get_x_color 8) | 24 | export WM_LDARK=$(get_x_color 8) |
| 25 | export WM_DARK=$(get_x_color 0) | 25 | export WM_DARK=$(get_x_color 0) |
| 26 | 26 | ||
