aboutsummaryrefslogtreecommitdiff
path: root/herbstluftwm
diff options
context:
space:
mode:
authorxero <x@xero.nu>2015-11-01 19:06:07 -0500
committerxero <x@xero.nu>2015-11-01 19:06:07 -0500
commitebef0b0c20a825a8d60a6da4b68d99f785612a71 (patch)
treef7e495a400ca639b330a7046dcc396c5f2c8868e /herbstluftwm
parentd4b12ab2d624129b0b8e4a41d41e2537d5e87988 (diff)
downloaddotfiles_ascii-ebef0b0c20a825a8d60a6da4b68d99f785612a71.tar.xz
dotfiles_ascii-ebef0b0c20a825a8d60a6da4b68d99f785612a71.zip
update herb utils to use ~/bin
Diffstat (limited to 'herbstluftwm')
-rwxr-xr-xherbstluftwm/.config/herbstluftwm/autostart6
-rwxr-xr-xherbstluftwm/.config/herbstluftwm/conkypanel24
-rwxr-xr-xherbstluftwm/.config/herbstluftwm/panel.sh2
-rwxr-xr-xherbstluftwm/bin/calendar (renamed from herbstluftwm/code/sys/calendar)0
-rwxr-xr-xherbstluftwm/bin/herbstluftwm-add-gap (renamed from herbstluftwm/code/sys/herbstluftwm-add-gap)0
-rwxr-xr-xherbstluftwm/bin/herbstluftwm-remove-gap (renamed from herbstluftwm/code/sys/herbstluftwm-remove-gap)0
6 files changed, 4 insertions, 28 deletions
diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart
index f122503..c445ebf 100755
--- a/herbstluftwm/.config/herbstluftwm/autostart
+++ b/herbstluftwm/.config/herbstluftwm/autostart
@@ -33,11 +33,11 @@ hc keybind $Mod-w spawn interrobang
hc keybind $Mod-r spawn interrobang
# toggle touchpad
-hc keybind $Mod-m spawn bash /home/xero/code/sys/toggle-touchpad
+hc keybind $Mod-m spawn bash $HOME/bin/toggle-touchpad
# dynamic window gap
-hc keybind $Mod-9 spawn bash /home/xero/code/sys/herbstluftwm-remove-gap
-hc keybind $Mod-0 spawn bash /home/xero/code/sys/herbstluftwm-add-gap
+hc keybind $Mod-9 spawn bash $HOME/bin/herbstluftwm-remove-gap
+hc keybind $Mod-0 spawn bash $HOME/bin/herbstluftwm-add-gap
# generic actions
hc keybind $Mod-Shift-q quit
diff --git a/herbstluftwm/.config/herbstluftwm/conkypanel b/herbstluftwm/.config/herbstluftwm/conkypanel
deleted file mode 100755
index 2893da7..0000000
--- a/herbstluftwm/.config/herbstluftwm/conkypanel
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/bash
-hc() { "${herbstclient_command[@]:-herbstclient}" "$@" ;}
-monitor=${1:-0}
-geometry=( $(herbstclient monitor_rect "$monitor") )
-if [ -z "$geometry" ] ;then
- echo "Invalid monitor $monitor"
- exit 1
-fi
-# geometry has the format W H X Y
-x=${geometry[0]}
-y=${geometry[1]}
-panel_width=${geometry[2]}
-panel_height=16
-#font="-*-fixed-medium-*-*-*-12-*-*-*-*-*-*-*"
-font="-Gohu-GohuFont-Medium-R-Normal--11-80-100-100-C-60-ISO10646-1"
-bgcolor=$(hc get frame_border_normal_color)
-fgcolor='#efefef'
-
-conky | dzen2 -w $panel_width -x $x -y $y -fn "$font" -h $panel_height \
- -e 'button3=;button4=exec:herbstclient use_index -1;button5=exec:herbstclient use_index +1' \
- -ta l -bg "$bgcolor" -fg "$fgcolor" &
-
-sleep 2
-stalonetray
diff --git a/herbstluftwm/.config/herbstluftwm/panel.sh b/herbstluftwm/.config/herbstluftwm/panel.sh
index 34b7bb9..26c6055 100755
--- a/herbstluftwm/.config/herbstluftwm/panel.sh
+++ b/herbstluftwm/.config/herbstluftwm/panel.sh
@@ -75,7 +75,7 @@ hc pad $monitor $panel_height
do
# "date" output is checked once a second, but an event is only
# generated if the output changed compared to the previous run.
- date +$'date\t ^ca(1,~/code/sys/calendar)^fg(#d9d9d9)^i(/usr/share/icons/stlarch_icons/clock1.xbm) ^fg(#efefef)%H:%M^fg(#bcbcbc) %Y-%m-^fg(#efefef)%d^ca()'
+ date +$'date\t ^ca(1,~/bin/calendar)^fg(#d9d9d9)^i(/usr/share/icons/stlarch_icons/clock1.xbm) ^fg(#efefef)%H:%M^fg(#bcbcbc) %Y-%m-^fg(#efefef)%d^ca()'
sleep 1 || break
done > >(uniq_linebuffered) &
childpid=$!
diff --git a/herbstluftwm/code/sys/calendar b/herbstluftwm/bin/calendar
index 28199ae..28199ae 100755
--- a/herbstluftwm/code/sys/calendar
+++ b/herbstluftwm/bin/calendar
diff --git a/herbstluftwm/code/sys/herbstluftwm-add-gap b/herbstluftwm/bin/herbstluftwm-add-gap
index cc5492c..cc5492c 100755
--- a/herbstluftwm/code/sys/herbstluftwm-add-gap
+++ b/herbstluftwm/bin/herbstluftwm-add-gap
diff --git a/herbstluftwm/code/sys/herbstluftwm-remove-gap b/herbstluftwm/bin/herbstluftwm-remove-gap
index b30b3eb..b30b3eb 100755
--- a/herbstluftwm/code/sys/herbstluftwm-remove-gap
+++ b/herbstluftwm/bin/herbstluftwm-remove-gap