diff options
Diffstat (limited to 'herbstluftwm/.config')
| -rw-r--r-- | herbstluftwm/.config/herbstluftwm/dependencylist | 1 | ||||
| -rw-r--r-- | herbstluftwm/.config/herbstluftwm/themes/up | 32 | ||||
| -rw-r--r-- | herbstluftwm/.config/herbstluftwm/wallpapers/up.png | bin | 0 -> 4269666 bytes |
3 files changed, 33 insertions, 0 deletions
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 | |||
| 3 | compton | 3 | compton |
| 4 | dmenu2 | 4 | dmenu2 |
| 5 | feh | 5 | feh |
| 6 | herbstluftwm-git | ||
| 6 | i3lock | 7 | i3lock |
| 7 | lemonbar-xft-git | 8 | lemonbar-xft-git |
| 8 | mpc | 9 | 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 @@ | |||
| 1 | #!/usr/bin/env bash | ||
| 2 | |||
| 3 | declare -A colors | ||
| 4 | colors=(["background"]="#1C0A16" ["foreground"]="#F5F1ED" # Fore- and Background | ||
| 5 | ["color0"]="#1C0A16" ["color8"]="#2F2632" # Blacks | ||
| 6 | ["color1"]="#7F1F3D" ["color9"]="#96264C" # Reds | ||
| 7 | ["color2"]="#3F7649" ["color10"]="#94C081" # Greens | ||
| 8 | ["color3"]="#C5B56C" ["color11"]="#CFC493" # Yellows | ||
| 9 | ["color4"]="#427085" ["color12"]="#629DA9" # Blues | ||
| 10 | ["color5"]="#4A1460" ["color13"]="#602969" # Magentas | ||
| 11 | ["color6"]="#3C7D79" ["color14"]="#6DB8AB" # Cyanes | ||
| 12 | ["color7"]="#F5F1ED" ["color15"]="#E3E0D4") # Whites | ||
| 13 | |||
| 14 | # Wallpaper | ||
| 15 | export HLWM_WALLPAPER="$HLWM_CONF_DIR/wallpapers/up.png" | ||
| 16 | |||
| 17 | # Shadow | ||
| 18 | export HLWM_COMPOSITING=true | ||
| 19 | |||
| 20 | # Padding | ||
| 21 | export HLWM_WINDOW_PADDING=20 | ||
| 22 | |||
| 23 | # Panel | ||
| 24 | export HLWM_PANEL_HEIGHT=25 | ||
| 25 | export HLWM_PANEL_FONT="DejaVu Sans Mono-10" | ||
| 26 | export HLWM_PANEL_BOTTOM=false | ||
| 27 | export HLWM_PANEL_MARGIN="0 0" # Up/Down Left/Right (-1 is respects $HLWM_WINDOW_PADDING) | ||
| 28 | |||
| 29 | # Colors | ||
| 30 | export HLWM_FG_COLOR=${colors["foreground"]} | ||
| 31 | export HLWM_ACCENT_COLOR=${colors["color6"]} | ||
| 32 | 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 --- /dev/null +++ b/herbstluftwm/.config/herbstluftwm/wallpapers/up.png | |||
| Binary files differ | |||
