diff options
| author | jao <jao@gnu.org> | 2019-06-30 16:53:25 +0100 | 
|---|---|---|
| committer | jao <jao@gnu.org> | 2019-06-30 16:53:38 +0100 | 
| commit | 06c2ba809da1d6ee6684ee2f6c189106e4e73e04 (patch) | |
| tree | 13ce1235616d3c039d729ef76c241f1b8acd9bb9 /src/lib/Bottom.hs | |
| parent | 2a455f90e7d48edbb9641c174c1fd7e78e8ecb97 (diff) | |
| download | xmobar-config-06c2ba809da1d6ee6684ee2f6c189106e4e73e04.tar.gz xmobar-config-06c2ba809da1d6ee6684ee2f6c189106e4e73e04.tar.bz2 | |
font definitions clean-up
Diffstat (limited to 'src/lib/Bottom.hs')
| -rw-r--r-- | src/lib/Bottom.hs | 9 | 
1 files changed, 4 insertions, 5 deletions
| diff --git a/src/lib/Bottom.hs b/src/lib/Bottom.hs index df4d091..9c8646f 100644 --- a/src/lib/Bottom.hs +++ b/src/lib/Bottom.hs @@ -8,17 +8,16 @@ import Monitors  config cs tpl p = (baseConfig p) {    position = BottomSize C 100 defaultHeight    , textOffset = defaultHeight - 6 -  , textOffsets = [defaultHeight - 7, defaultHeight - 6, -1, -                   defaultHeight - 5, defaultHeight - 6, defaultHeight - 6] +  , textOffsets = [defaultHeight - 6, defaultHeight - 6, defaultHeight - 4]    , border = TopB    , template = "|tray| \                 \<action=`toggle-nm-applet.sh `>|tun0||wlp2s0wi|</action> \                 \ |dynnetwork| \ -               \ <action=`toggle-pasystray.sh `><fn=2>🎧</fn>|default:Master|\ -               \ |default:Capture|</action>  <fn=6>🎵</fn>" +               \ <action=`toggle-pasystray.sh `><fn=1>🎧</fn>|default:Master|\ +               \ |default:Capture|</action>  <fn=2>🎵</fn>"               ++ tpl               ++ " {} |mbox|  |EGPH| \ -                \ <fn=6>⏰ </fn>|uptime| <fn=6>🕓 </fn>|datetime| |laTime| " +                \ <fn=2>⏰ </fn>|uptime| <fn=2>🕓 </fn>|datetime| |laTime| "    , commands = [ Run (uptime p)                 , Run (wireless p)                 , Run (dynNetwork p) | 
