Skip to content

Commit

Permalink
update herb utils to use ~/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
xero committed Nov 2, 2015
1 parent d4b12ab commit ebef0b0
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 28 deletions.
6 changes: 3 additions & 3 deletions herbstluftwm/.config/herbstluftwm/autostart
Expand Up @@ -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
Expand Down
24 changes: 0 additions & 24 deletions herbstluftwm/.config/herbstluftwm/conkypanel

This file was deleted.

2 changes: 1 addition & 1 deletion herbstluftwm/.config/herbstluftwm/panel.sh
Expand Up @@ -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=$!
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ebef0b0

Please sign in to comment.