diff options
Diffstat (limited to 'herbstluftwm/.config')
| -rw-r--r-- | herbstluftwm/.config/herbstluftwm/themes/pluto | 32 | ||||
| -rw-r--r-- | herbstluftwm/.config/herbstluftwm/themes/wintertrain | 32 | ||||
| -rw-r--r-- | herbstluftwm/.config/herbstluftwm/wallpapers/pluto.png | bin | 0 -> 1639848 bytes | |||
| -rw-r--r-- | herbstluftwm/.config/herbstluftwm/wallpapers/wintertrain.png | bin | 0 -> 1987080 bytes |
4 files changed, 64 insertions, 0 deletions
diff --git a/herbstluftwm/.config/herbstluftwm/themes/pluto b/herbstluftwm/.config/herbstluftwm/themes/pluto new file mode 100644 index 0000000..aa6fa6a --- /dev/null +++ b/herbstluftwm/.config/herbstluftwm/themes/pluto | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | #!/usr/bin/env bash | ||
| 2 | |||
| 3 | declare -A colors | ||
| 4 | colors=(["background"]="#030303" ["foreground"]="#DADADA" # Fore- and Background | ||
| 5 | ["color0"]="#030303" ["color8"]= "#181818" # Blacks | ||
| 6 | ["color1"]="#202020" ["color9"]= "#353535" # Reds | ||
| 7 | ["color2"]="#424242" ["color10"]="#575757" # Greens | ||
| 8 | ["color3"]="#616161" ["color11"]="#767676" # Yellows | ||
| 9 | ["color4"]="#808080" ["color12"]="#959595" # Blues | ||
| 10 | ["color5"]="#A1A1A1" ["color13"]="#B6B6B6" # Magentas | ||
| 11 | ["color6"]="#C1C1C1" ["color14"]="#D6D6D6" # Cyanes | ||
| 12 | ["color7"]="#DADADA" ["color15"]="#EFEFEF") # Whites | ||
| 13 | |||
| 14 | # Wallpaper | ||
| 15 | export HLWM_WALLPAPER="$HLWM_CONF_DIR/wallpapers/pluto.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="-1 -1" # 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["color5"]} | ||
| 32 | export HLWM_BG_COLOR=${colors["background"]} | ||
diff --git a/herbstluftwm/.config/herbstluftwm/themes/wintertrain b/herbstluftwm/.config/herbstluftwm/themes/wintertrain new file mode 100644 index 0000000..f6449ee --- /dev/null +++ b/herbstluftwm/.config/herbstluftwm/themes/wintertrain | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | #!/usr/bin/env bash | ||
| 2 | |||
| 3 | declare -A colors | ||
| 4 | colors=(["background"]="#010202" ["foreground"]="#aafaff" # Fore- and Background | ||
| 5 | ["color0"]="#010202" ["color8"]="#161717" # Blacks | ||
| 6 | ["color1"]="#0B1415" ["color9"]="#20292A" # Reds | ||
| 7 | ["color2"]="#1D2B2C" ["color10"]="#324041" # Greens | ||
| 8 | ["color3"]="#324647" ["color11"]="#475B5C" # Yellows | ||
| 9 | ["color4"]="#465E62" ["color12"]="#5B7377" # Blues | ||
| 10 | ["color5"]="#567579" ["color13"]="#6B8A8E" # Magentas | ||
| 11 | ["color6"]="#66A1AA" ["color14"]="#7BB6BF" # Cyanes | ||
| 12 | ["color7"]="#83D9E6" ["color15"]="#98EEFB") # Whites | ||
| 13 | |||
| 14 | # Wallpaper | ||
| 15 | export HLWM_WALLPAPER="$HLWM_CONF_DIR/wallpapers/wintertrain.png" | ||
| 16 | |||
| 17 | # Shadow | ||
| 18 | export HLWM_COMPOSITING=false | ||
| 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=true | ||
| 27 | export HLWM_PANEL_MARGIN="-1 -1" # Up/Down Left/Right (-1 is respects $HLWM_WINDOW_PADDING) | ||
| 28 | |||
| 29 | # Colors | ||
| 30 | export HLWM_FG_COLOR=${colors["foreground"]} | ||
| 31 | export HLWM_BG_COLOR=${colors["background"]} | ||
| 32 | export HLWM_ACCENT_COLOR=${colors["color7"]} | ||
diff --git a/herbstluftwm/.config/herbstluftwm/wallpapers/pluto.png b/herbstluftwm/.config/herbstluftwm/wallpapers/pluto.png new file mode 100644 index 0000000..e770b80 --- /dev/null +++ b/herbstluftwm/.config/herbstluftwm/wallpapers/pluto.png | |||
| Binary files differ | |||
diff --git a/herbstluftwm/.config/herbstluftwm/wallpapers/wintertrain.png b/herbstluftwm/.config/herbstluftwm/wallpapers/wintertrain.png new file mode 100644 index 0000000..95858e5 --- /dev/null +++ b/herbstluftwm/.config/herbstluftwm/wallpapers/wintertrain.png | |||
| Binary files differ | |||
