From 5c30ebabe064f86aacb97a34195cef7287fce2ce Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Thu, 3 Sep 2015 20:13:28 +0200 Subject: Added some themes to HLWM --- .../.config/herbstluftwm/themes/colorclouds | 30 +++++++++++++++++++++ herbstluftwm/.config/herbstluftwm/themes/fall | 30 +++++++++++++++++++++ herbstluftwm/.config/herbstluftwm/themes/purpur | 20 +++++++------- .../herbstluftwm/wallpapers/colorclouds.jpg | Bin 0 -> 417124 bytes .../.config/herbstluftwm/wallpapers/fall.jpg | Bin 0 -> 1655950 bytes .../.config/herbstluftwm/wallpapers/poligons.png | Bin 4592375 -> 0 bytes .../.config/herbstluftwm/wallpapers/purpur.png | Bin 0 -> 4592375 bytes 7 files changed, 70 insertions(+), 10 deletions(-) create mode 100644 herbstluftwm/.config/herbstluftwm/themes/colorclouds create mode 100644 herbstluftwm/.config/herbstluftwm/themes/fall create mode 100644 herbstluftwm/.config/herbstluftwm/wallpapers/colorclouds.jpg create mode 100644 herbstluftwm/.config/herbstluftwm/wallpapers/fall.jpg delete mode 100644 herbstluftwm/.config/herbstluftwm/wallpapers/poligons.png create mode 100644 herbstluftwm/.config/herbstluftwm/wallpapers/purpur.png diff --git a/herbstluftwm/.config/herbstluftwm/themes/colorclouds b/herbstluftwm/.config/herbstluftwm/themes/colorclouds new file mode 100644 index 0000000..40bc6a4 --- /dev/null +++ b/herbstluftwm/.config/herbstluftwm/themes/colorclouds @@ -0,0 +1,30 @@ +#!/usr/bin/env bash + +declare -A colors +colors=(["background"]="#0d0d20" ["foreground"]="#b4c6e0" # Fore- and Background + ["color0"]="#0d0d20" ["color8"]="#c0901c" # Blacks + ["color1"]="#5460a0" ["color9"]="#db505b" # Reds + ["color2"]="#0821a0" ["color10"]="#96a7c8" # Greens + ["color3"]="#a05b14" ["color11"]="#96add0" # Yellows + ["color4"]="#c61716" ["color12"]="#e0a698" # Blues + ["color5"]="#5871a0" ["color13"]="#a7c1df" # Magentas + ["color6"]="#a08675" ["color14"]="#abc5e0" # Cyanes + ["color7"]="#5f77a3" ["color15"]="#b4c6e0") # Whites + +# Wallpaper +export HLWM_WALLPAPER="$HLWM_CONF_DIR/wallpapers/colorclouds.jpg" + +# 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" + +# Colors +export HLWM_FG_COLOR=${colors["foreground"]} +export HLWM_ACCENT_COLOR=${colors["color5"]} +export HLWM_BG_COLOR=${colors["background"]} diff --git a/herbstluftwm/.config/herbstluftwm/themes/fall b/herbstluftwm/.config/herbstluftwm/themes/fall new file mode 100644 index 0000000..de576b9 --- /dev/null +++ b/herbstluftwm/.config/herbstluftwm/themes/fall @@ -0,0 +1,30 @@ +#!/usr/bin/env bash + +declare -A colors +colors=(["background"]="#2d2d2d" ["foreground"]="#f9f9f9" # Fore- and Background + ["color0"]="#2d2d2d" ["color8"]="#333333" # Blacks + ["color1"]="#690a03" ["color9"]="#d64937" # Reds + ["color2"]="#13a43b" ["color10"]="#6dfb2d" # Greens + ["color3"]="#f5a711" ["color11"]="#ffdc00" # Yellows + ["color4"]="#0f6cc9" ["color12"]="#32abd8" # Blues + ["color5"]="#93116b" ["color13"]="#c61f93" # Magentas + ["color6"]="#3cb691" ["color14"]="#53b4bd" # Cyanes + ["color7"]="#d9d9d9" ["color15"]="#f9f9f9") # Whites + +# Wallpaper +export HLWM_WALLPAPER="$HLWM_CONF_DIR/wallpapers/fall.jpg" + +# 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" + +# Colors +export HLWM_FG_COLOR=${colors["foreground"]} +export HLWM_ACCENT_COLOR=${colors["color9"]} +export HLWM_BG_COLOR=${colors["background"]} diff --git a/herbstluftwm/.config/herbstluftwm/themes/purpur b/herbstluftwm/.config/herbstluftwm/themes/purpur index 061602b..ee55cb7 100644 --- a/herbstluftwm/.config/herbstluftwm/themes/purpur +++ b/herbstluftwm/.config/herbstluftwm/themes/purpur @@ -1,18 +1,18 @@ #!/usr/bin/env bash declare -A colors -colors=(["background"]="#2d2d2d" ["foreground"]="#f9f9f9" - ["color0"]="#2d2d2d" ["color8"]="#333333" - ["color1"]="#690a03" ["color9"]="#d64937" - ["color2"]="#13a43b" ["color10"]="#6dfb2d" - ["color3"]="#f5a711" ["color11"]="#ffdc00" - ["color4"]="#0f6cc9" ["color12"]="#32abd8" - ["color5"]="#93116b" ["color13"]="#c61f93" - ["color6"]="#3cb691" ["color14"]="#53b4bd" - ["color7"]="#d9d9d9" ["color15"]="#f9f9f9") +colors=(["background"]="#2d2d2d" ["foreground"]="#f9f9f9" # Fore- and Background + ["color0"]="#2d2d2d" ["color8"]="#333333" # Blacks + ["color1"]="#690a03" ["color9"]="#d64937" # Reds + ["color2"]="#13a43b" ["color10"]="#6dfb2d" # Greens + ["color3"]="#f5a711" ["color11"]="#ffdc00" # Yellows + ["color4"]="#0f6cc9" ["color12"]="#32abd8" # Blues + ["color5"]="#93116b" ["color13"]="#c61f93" # Magentas + ["color6"]="#3cb691" ["color14"]="#53b4bd" # Cyanes + ["color7"]="#d9d9d9" ["color15"]="#f9f9f9") # Whites # Wallpaper -export HLWM_WALLPAPER="$HOME/.config/herbstluftwm/wallpapers/poligons.png" +export HLWM_WALLPAPER="$HLWM_CONF_DIR/wallpapers/purpur.png" # Shadow export HLWM_COMPOSITING=true diff --git a/herbstluftwm/.config/herbstluftwm/wallpapers/colorclouds.jpg b/herbstluftwm/.config/herbstluftwm/wallpapers/colorclouds.jpg new file mode 100644 index 0000000..b0494dc Binary files /dev/null and b/herbstluftwm/.config/herbstluftwm/wallpapers/colorclouds.jpg differ diff --git a/herbstluftwm/.config/herbstluftwm/wallpapers/fall.jpg b/herbstluftwm/.config/herbstluftwm/wallpapers/fall.jpg new file mode 100644 index 0000000..a78f34c Binary files /dev/null and b/herbstluftwm/.config/herbstluftwm/wallpapers/fall.jpg differ diff --git a/herbstluftwm/.config/herbstluftwm/wallpapers/poligons.png b/herbstluftwm/.config/herbstluftwm/wallpapers/poligons.png deleted file mode 100644 index e5c7cda..0000000 Binary files a/herbstluftwm/.config/herbstluftwm/wallpapers/poligons.png and /dev/null differ diff --git a/herbstluftwm/.config/herbstluftwm/wallpapers/purpur.png b/herbstluftwm/.config/herbstluftwm/wallpapers/purpur.png new file mode 100644 index 0000000..e5c7cda Binary files /dev/null and b/herbstluftwm/.config/herbstluftwm/wallpapers/purpur.png differ -- cgit v1.2.3