aboutsummaryrefslogtreecommitdiffstats
path: root/.config/herbstluftwm
diff options
context:
space:
mode:
authorshmibs <shmibs@gmail.com>2014-09-01 11:33:59 -0700
committershmibs <shmibs@gmail.com>2014-09-01 11:33:59 -0700
commit76986701eca30c36649fa8111358a45e2c88ff55 (patch)
tree8d2b80e89cd2d838ede10f5069d99b6523bbe387 /.config/herbstluftwm
parente0f2ec8a98ec6d3adec28e737c515c9dab550e4b (diff)
downloaddotfiles-76986701eca30c36649fa8111358a45e2c88ff55.tar.gz
theme update time!
Diffstat (limited to '.config/herbstluftwm')
-rwxr-xr-x.config/herbstluftwm/autostart8
-rwxr-xr-x.config/herbstluftwm/config_vars45
-rwxr-xr-x.config/herbstluftwm/panel.sh2
3 files changed, 36 insertions, 19 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart
index 787b821..677c2b3 100755
--- a/.config/herbstluftwm/autostart
+++ b/.config/herbstluftwm/autostart
@@ -174,7 +174,7 @@ hc rule focus=on
hc rule windowtype~'_NET_WM_WINDOW_TYPE_(NOTIFICATION|DOCK)' manage=off
# set apppropriate things to pseudotile
hc rule windowtype~'_NET_WM_WINDOW_TYPE_(DIALOG|UTILITY|SPLASH)' pseudotile=on focus=on
-hc rule class~'(freeciv-sdl|milkytracker|FTL|Tegaki-recognize|Pcsx2|Tilem2|Wine)' pseudotile=on focus=on
+hc rule class~'(SleepIsDeathApp|freeciv-sdl|milkytracker|FTL|Tegaki-recognize|PlayOnLinux|Pcsx2|Tilem2|Wine)' pseudotile=on focus=on
# unlock, just to be sure
hc unlock
@@ -194,12 +194,6 @@ for monitor in $(herbstclient list_monitors | cut -d: -f1) ; do
"$panel" $monitor &
done
-# add a tray
-tray=~/.config/herbstluftwm/tray.sh
-if [ -x "$tray" ]; then
- "$tray" &
-fi
-
# run dunst with theme colours
dunst -lb $bg_normal -nb $bg_normal -cb $bg_focus \
-lf $fg_normal -nf $fg_normal -cf $fg_focus \
diff --git a/.config/herbstluftwm/config_vars b/.config/herbstluftwm/config_vars
index 409d586..6f9c4d3 100755
--- a/.config/herbstluftwm/config_vars
+++ b/.config/herbstluftwm/config_vars
@@ -1,6 +1,9 @@
#!/bin/bash
-## arch blue
+###############
+# Arch Blue #
+###############
+#
#bg_normal='#333333'
#fg_normal='#efefef'
#bg_focus='#00aad4'
@@ -14,19 +17,39 @@
#fg_yellow='#ffa466'
#fg_blue='#00aad4'
-## section 9
-bg_normal='#333333'
-fg_normal='#efefef'
-bg_focus='#714BA7'
-fg_focus='#efefef'
+###############
+# Section 9 #
+###############
+#
+#bg_normal='#333333'
+#fg_normal='#efefef'
+#bg_focus='#714BA7'
+#fg_focus='#efefef'
+#bg_urgent='#ff4070'
+#fg_urgent='#efefef'
+#
+#fg_grey='#ababab'
+#fg_red='#ff6699'
+#fg_green='#d5f85f'
+#fg_yellow='#ffa466'
+#fg_blue='#00aad4'
+
+###############
+# Lain Blind #
+###############
+
+bg_normal='#262626'
+fg_normal='#c1b48e'
+bg_focus='#d0758b'
+fg_focus='#262626'
bg_urgent='#ff4070'
fg_urgent='#efefef'
-fg_grey='#ababab'
-fg_red='#ff6699'
-fg_green='#d5f85f'
-fg_yellow='#ffa466'
-fg_blue='#00aad4'
+fg_grey='#808080'
+fg_red='#d0758b'
+fg_green='#d0758b'
+fg_yellow='#d0758b'
+fg_blue='#d0758b'
bheight=18
diff --git a/.config/herbstluftwm/panel.sh b/.config/herbstluftwm/panel.sh
index b3ff75b..8852924 100755
--- a/.config/herbstluftwm/panel.sh
+++ b/.config/herbstluftwm/panel.sh
@@ -119,7 +119,7 @@ fields[6]=""
# date
fields[7]=""
# vertical separator and gap for tray
-fields[8]="%{F${bg_focus}}| %{F${fg_normal}}"
+#fields[8]="%{F${bg_focus}}| %{F${fg_normal}}"
######################