diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-08-22 20:27:26 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-08-22 20:27:26 (EDT) |
commit | b1c5b70f0676e320cc150c33325c46d8668bdf44 (patch) | |
tree | 0687ae1d9212eacfb2c448d1d4b3c1b68e1a3f3e /.config | |
parent | 6be0f32a8e3e2563bfd838e5bdef68562d27c3e9 (diff) | |
download | fluxbox-b1c5b70f0676e320cc150c33325c46d8668bdf44.zip fluxbox-b1c5b70f0676e320cc150c33325c46d8668bdf44.tar.gz fluxbox-b1c5b70f0676e320cc150c33325c46d8668bdf44.tar.bz2 |
.config/fbpanel/taskbar: Shrink clock fonts to fit
Diffstat (limited to '.config')
-rw-r--r-- | .config/fbpanel/taskbar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/fbpanel/taskbar b/.config/fbpanel/taskbar index 71a2eeb..9b96c67 100644 --- a/.config/fbpanel/taskbar +++ b/.config/fbpanel/taskbar @@ -141,7 +141,7 @@ Plugin { expand = false padding = 0 config { - clockfmt = <span font="Mono 10">%H:%M:%S</span>
<span font="Mono 6">%a %Y-%m-%d</span> + clockfmt = <span font="Mono 9">%H:%M:%S</span>
<span font="Mono 5">%a %Y-%m-%d</span> showcalendar = true showtooltip = false } |