aboutsummaryrefslogtreecommitdiffstats
path: root/.config/herbstluftwm
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2016-05-29 05:04:19 -0700
committerkatherine <shmibs@shmibbles.me>2016-05-29 05:04:19 -0700
commit389dc83dc340219b1efad52c8c52f4f08a6ebfd3 (patch)
treecbfd3556cf46f02c6ea3c37078c9401cb820a80b /.config/herbstluftwm
parent5fd79dd9f2a303f7d4e49b6f76007338a5524bfa (diff)
downloaddotfiles-389dc83dc340219b1efad52c8c52f4f08a6ebfd3.tar.gz
panel font adjustments
Diffstat (limited to '.config/herbstluftwm')
-rwxr-xr-x.config/herbstluftwm/autostart2
-rwxr-xr-x.config/herbstluftwm/panel.sh3
2 files changed, 3 insertions, 2 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart
index 021df77..5255387 100755
--- a/.config/herbstluftwm/autostart
+++ b/.config/herbstluftwm/autostart
@@ -211,5 +211,5 @@ pkill dunst
dunst -lb $bg_normal -nb $bg_normal -cb $bg_focus \
-lf $fg_normal -nf $fg_normal -cf $fg_focus \
-frame_color $bg_focus -geom "0x3-4+$(($bheight + 4))" \
- -fn "$mfont $mfont_size,$jfont $jfont_size"
+ -fn "$mfont $mfont_size,$jfont $jfont_size, $bkfont $bkfont_size"
diff --git a/.config/herbstluftwm/panel.sh b/.config/herbstluftwm/panel.sh
index 5f15044..d5d5301 100755
--- a/.config/herbstluftwm/panel.sh
+++ b/.config/herbstluftwm/panel.sh
@@ -109,7 +109,8 @@ update_winlist() {
}
update_date() {
- echo -n "${sep}%{A:date:} \uE015 "
+ #\uE015
+ echo -n "${sep}%{A:date:} "
LANG=ja_JP.UTF-8 date +$'%a, %b %d, %H:%M:%S' | tr -d '\n'
echo " %{A}"
}