diff options
author | jao <jao@gnu.org> | 2019-07-01 12:21:45 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2019-07-01 12:21:45 +0100 |
commit | 504e569a85ca2887207a18428289975b4700fa4a (patch) | |
tree | 3857e8b22aa884d4bd51b12641c56bc2c9e72151 | |
parent | fa2bf97e6eb0ec2b4ef30d66bd72b29db0ed01b4 (diff) | |
download | xmobar-config-504e569a85ca2887207a18428289975b4700fa4a.tar.gz xmobar-config-504e569a85ca2887207a18428289975b4700fa4a.tar.bz2 |
more forefontplay
-rw-r--r-- | src/lib/Bottom.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Bottom.hs b/src/lib/Bottom.hs index cee9172..dd0f534 100644 --- a/src/lib/Bottom.hs +++ b/src/lib/Bottom.hs @@ -4,7 +4,7 @@ import Xmobar import Config import Monitors --- ⛅ +-- ⏱ config cs tpl p = (baseConfig p) { position = BottomSize C 100 defaultHeight , textOffset = defaultHeight - 6 @@ -19,7 +19,7 @@ config cs tpl p = (baseConfig p) { \ |default:Capture|</action> <fn=2>🎵</fn>" ++ tpl ++ " {} |mbox| |EGPH| \ - \ <fn=2>⏰ </fn>|uptime| <fn=2>🕓 </fn>|datetime| |laTime| " + \ <fn=2>🗓 </fn>|uptime| <fn=2>🕓 </fn>|datetime| |laTime| " , commands = [ Run (uptime p) , Run (wireless p) , Run (dynNetwork p) |