aboutsummaryrefslogtreecommitdiff
path: root/herbstluftwm/code/sys/calendar
diff options
context:
space:
mode:
authorxero <x@xero.nu>2015-05-02 23:53:08 -0400
committerxero <x@xero.nu>2015-05-02 23:53:08 -0400
commitcf76948c65eaae4d6c18d6974bb175e2eb2d0c4f (patch)
treed21d60fee661b2c62db73c7c69be372a09797097 /herbstluftwm/code/sys/calendar
parent14169a79b0b293458e0d113db6111c4d71516cb9 (diff)
downloaddotfiles_ascii-cf76948c65eaae4d6c18d6974bb175e2eb2d0c4f.tar.xz
dotfiles_ascii-cf76948c65eaae4d6c18d6974bb175e2eb2d0c4f.zip
switch from demu to interrobang
Diffstat (limited to '')
-rwxr-xr-xherbstluftwm/code/sys/calendar4
1 files changed, 2 insertions, 2 deletions
diff --git a/herbstluftwm/code/sys/calendar b/herbstluftwm/code/sys/calendar
index f339a8c..28199ae 100755
--- a/herbstluftwm/code/sys/calendar
+++ b/herbstluftwm/code/sys/calendar
@@ -8,8 +8,8 @@ LINES=$(cal -m | wc -l)
LINES=$((LINES + 2))
(
-date +'^bg(#666666) '
+date +'^bg(#111111) '
date +''
# current month, highlight header and today
-cal -m | sed -r -e "1,2 s/.*/^fg(#737373)&^fg()/" -e "s/(^| )($TODAY)($| )/\1^bg(#6A8C8C)^fg(#000000)\2^fg()^bg()\3/") | dzen2 -x 1290 -y 4 -w 146 -h 12 -l $LINES -sa c -p -e 'onstart=uncollapse,hide;button1=exit;' -fg "#909090" -tw 6 -fn "$font"
+cal -m | sed -r -e "1,2 s/.*/^fg(#d3d3d3)&^fg()/" -e "s/(^| )($TODAY)($| )/\1^bg(#6A8C8C)^fg(#111111)\2^fg()^bg()\3/") | dzen2 -x 0 -y 16 -w 146 -h 12 -l $LINES -sa c -p -e 'onstart=uncollapse,hide;button1=exit;' -fg "#d3d3d3" -tw 6 -fn "$font"
)