aboutsummaryrefslogtreecommitdiff
path: root/herbstluftwm/.config
diff options
context:
space:
mode:
authorxero <x@xero.nu>2014-07-28 12:08:51 -0400
committerxero <x@xero.nu>2014-07-28 12:08:51 -0400
commitc68b3e8bb8deae3361eed19a4273bc4665ef3ba7 (patch)
treea05fa7a308c66ea4f0ff8efc95b1e50556a766d2 /herbstluftwm/.config
parente49f9b91d225c90ae7da3cab84e9ede23601b05f (diff)
downloaddotfiles_ascii-c68b3e8bb8deae3361eed19a4273bc4665ef3ba7.tar.xz
dotfiles_ascii-c68b3e8bb8deae3361eed19a4273bc4665ef3ba7.zip
add popup calendar to herbstluft dzen2 bar
Diffstat (limited to 'herbstluftwm/.config')
-rwxr-xr-xherbstluftwm/.config/herbstluftwm/panel.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/herbstluftwm/.config/herbstluftwm/panel.sh b/herbstluftwm/.config/herbstluftwm/panel.sh
index 9a8928b..1deac3e 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) ^fg(#d9d9d9)^i(/usr/share/icons/stlarch_icons/clock1.xbm) ^fg(#efefef)%H:%M^fg(#bcbcbc) %Y-%m-^fg(#efefef)%d '
+ 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() '
sleep 1 || break
done > >(uniq_linebuffered) &
childpid=$!
@@ -105,7 +105,7 @@ hc pad $monitor $panel_height
for i in "${tags[@]}" ; do
case ${i:0:1} in
'#')
- echo -n "^bg($selbg)^fg($selfg)"
+ echo -n "^bg(#6A8C8C)^fg(#101010)"
;;
'+')
echo -n "^bg(#9CA668)^fg(#141414)"
@@ -196,7 +196,7 @@ hc pad $monitor $panel_height
# net="^fg($xicon)^i(/usr/share/icons/stlarch_icons/dice5.xbm) ^fg($xtitle)network ^fg($xfg)disconnected"
# fi
#combine
- right="^bg(#333333) $cpu $separator $mem $separator $temp $separator $bat $separator $updates $separator $uptime ^bg(#444444) $date $separator $separator"
+ right="^bg(#333333) $cpu $separator $mem $separator $temp $separator $bat $separator $updates $separator $uptime ^bg(#444444) $date $separator $separator"
right_text_only=$(echo -n "$right" | sed 's.\^[^(]*([^)]*)..g')
# get width of right aligned text.. and add some space..