From b424b8f40c3b4f3b0d8ae6629f170f1431bb12e6 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 8 Mar 2021 13:47:25 +0100 Subject: Add a tray to hlwm --- .config/herbstluftwm/panel-top.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/herbstluftwm/panel-top.sh') diff --git a/.config/herbstluftwm/panel-top.sh b/.config/herbstluftwm/panel-top.sh index 536f674..976968c 100755 --- a/.config/herbstluftwm/panel-top.sh +++ b/.config/herbstluftwm/panel-top.sh @@ -72,7 +72,7 @@ fi 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^fg(#efefef)%H:%M^fg(#909090), %Y-%m-^fg(#efefef)%d' + date +$'date\t^fg(#909090)%F ^fg(#efefef)%H:%M' sleep 1 || break done > >(uniq_linebuffered) & childpid=$! @@ -121,10 +121,10 @@ fi echo -n "$separator" echo -n "^bg()^fg() ${windowtitle//^/^^}" # small adjustments - right="$separator^bg() $date $separator" + right="$separator^bg() $date" right_text_only=$(echo -n "$right" | sed 's.\^[^(]*([^)]*)..g') # get width of right aligned text.. and add some space.. - width=$($textwidth "$font" "$right_text_only ") + width=$($textwidth "$font" "$right_text_only ") echo -n "^pa($(($panel_width - $width)))$right" echo -- cgit v1.1