From c20419d91e482a4caaedb027ea3fe2c1ac158eb3 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Mon, 30 Nov 2015 18:01:02 +0100 Subject: Added herbstluftwm to dependencylist --- herbstluftwm/.config/herbstluftwm/dependencylist | 1 + herbstluftwm/.config/herbstluftwm/themes/up | 32 +++++++++++++++++++++ .../.config/herbstluftwm/wallpapers/up.png | Bin 0 -> 4269666 bytes 3 files changed, 33 insertions(+) create mode 100644 herbstluftwm/.config/herbstluftwm/themes/up create mode 100644 herbstluftwm/.config/herbstluftwm/wallpapers/up.png (limited to 'herbstluftwm') diff --git a/herbstluftwm/.config/herbstluftwm/dependencylist b/herbstluftwm/.config/herbstluftwm/dependencylist index 25684e6..9092324 100644 --- a/herbstluftwm/.config/herbstluftwm/dependencylist +++ b/herbstluftwm/.config/herbstluftwm/dependencylist @@ -3,6 +3,7 @@ bc compton dmenu2 feh +herbstluftwm-git i3lock lemonbar-xft-git mpc diff --git a/herbstluftwm/.config/herbstluftwm/themes/up b/herbstluftwm/.config/herbstluftwm/themes/up new file mode 100644 index 0000000..b2f55dd --- /dev/null +++ b/herbstluftwm/.config/herbstluftwm/themes/up @@ -0,0 +1,32 @@ +#!/usr/bin/env bash + +declare -A colors +colors=(["background"]="#1C0A16" ["foreground"]="#F5F1ED" # Fore- and Background + ["color0"]="#1C0A16" ["color8"]="#2F2632" # Blacks + ["color1"]="#7F1F3D" ["color9"]="#96264C" # Reds + ["color2"]="#3F7649" ["color10"]="#94C081" # Greens + ["color3"]="#C5B56C" ["color11"]="#CFC493" # Yellows + ["color4"]="#427085" ["color12"]="#629DA9" # Blues + ["color5"]="#4A1460" ["color13"]="#602969" # Magentas + ["color6"]="#3C7D79" ["color14"]="#6DB8AB" # Cyanes + ["color7"]="#F5F1ED" ["color15"]="#E3E0D4") # Whites + +# Wallpaper +export HLWM_WALLPAPER="$HLWM_CONF_DIR/wallpapers/up.png" + +# Shadow +export HLWM_COMPOSITING=true + +# Padding +export HLWM_WINDOW_PADDING=20 + +# Panel +export HLWM_PANEL_HEIGHT=25 +export HLWM_PANEL_FONT="DejaVu Sans Mono-10" +export HLWM_PANEL_BOTTOM=false +export HLWM_PANEL_MARGIN="0 0" # Up/Down Left/Right (-1 is respects $HLWM_WINDOW_PADDING) + +# Colors +export HLWM_FG_COLOR=${colors["foreground"]} +export HLWM_ACCENT_COLOR=${colors["color6"]} +export HLWM_BG_COLOR=${colors["background"]} diff --git a/herbstluftwm/.config/herbstluftwm/wallpapers/up.png b/herbstluftwm/.config/herbstluftwm/wallpapers/up.png new file mode 100644 index 0000000..9c04aad Binary files /dev/null and b/herbstluftwm/.config/herbstluftwm/wallpapers/up.png differ -- cgit v1.2.3