From dd99d721222debecd1ac0194bb6f5041155e93e2 Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 13 Feb 2019 23:26:47 +0000 Subject: Unicode candy --- src/lib/Bottom.hs | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'src/lib/Bottom.hs') diff --git a/src/lib/Bottom.hs b/src/lib/Bottom.hs index 176c3b3..a99b873 100644 --- a/src/lib/Bottom.hs +++ b/src/lib/Bottom.hs @@ -4,27 +4,29 @@ import Xmobar import Config import Monitors +-- ⛅ config cs tpl p = (baseConfig p) { position = BottomSize C 100 defaultHeight , textOffset = defaultHeight - 6 - , textOffsets = [defaultHeight - 5, defaultHeight - 6, -1, defaultHeight - 5] + , textOffsets = [defaultHeight - 7, defaultHeight - 6, -1, defaultHeight - 5] , border = TopB , template = "|tray| \ \|tun0||wlp2s0wi| \ \ |dynnetwork| \ - \|default:Master| |default:Capture| " + \ 🎧|default:Master| |default:Capture| 🎵" ++ tpl - ++ " {} |mbox| |EGPH| \ - \|uptime| |batt0| " + ++ " {} |mbox| 🌤 |EGPH| \ + \ ⏰ |uptime| 🕓 |datetime| |laTime| " , commands = [ Run (uptime p) , Run (wireless p) , Run (dynNetwork p) , Run tun0 , Run (weather "EGPH") -- LEGE, LEBL, KCV0 , Run trayPadding - , Run (batt p) , Run mbox , Run masterVol , Run captureVol + , Run laTime + , Run localTime ] ++ cs } -- cgit v1.2.3