aboutsummaryrefslogtreecommitdiff
path: root/herbstluftwm
diff options
context:
space:
mode:
authorxero <x@xero.nu>2014-07-28 12:20:23 -0400
committerxero <x@xero.nu>2014-07-28 12:20:23 -0400
commitb3d58930a8bfd34c89455284ecd3536696914850 (patch)
tree1a157b4c4618891938b275ea783e340889fdeb9f /herbstluftwm
parentc68b3e8bb8deae3361eed19a4273bc4665ef3ba7 (diff)
downloaddotfiles_ascii-b3d58930a8bfd34c89455284ecd3536696914850.tar.xz
dotfiles_ascii-b3d58930a8bfd34c89455284ecd3536696914850.zip
fix names for consistancy
Diffstat (limited to 'herbstluftwm')
-rwxr-xr-xherbstluftwm/.config/herbstluftwm/panel.sh2
-rwxr-xr-xherbstluftwm/code/sys/calendar (renamed from herbstluftwm/code/sys/cal.sh)0
2 files changed, 1 insertions, 1 deletions
diff --git a/herbstluftwm/.config/herbstluftwm/panel.sh b/herbstluftwm/.config/herbstluftwm/panel.sh
index 1deac3e..0c325a8 100755
--- a/herbstluftwm/.config/herbstluftwm/panel.sh
+++ b/herbstluftwm/.config/herbstluftwm/panel.sh
@@ -76,7 +76,7 @@ hc pad $monitor $panel_height
while true ; 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^bg(#666666) ^ca(1,~/code/sys/cal.sh)^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^bg(#666666) ^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() '
sleep 1 || break
done > >(uniq_linebuffered) &
childpid=$!
diff --git a/herbstluftwm/code/sys/cal.sh b/herbstluftwm/code/sys/calendar
index f339a8c..f339a8c 100755
--- a/herbstluftwm/code/sys/cal.sh
+++ b/herbstluftwm/code/sys/calendar