about summary refs log tree commit diff
path: root/xmobarrc/top.hs
blob: c502cbd46467ff77975255114426152ba2da4704 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Config { font = "xft:tewi:style=Regular:pixelsize=11,Efont Biwidth:pixelsize=12,Misc Fixed Wide:size=8"
       , additionalFonts = [ "xft:Siji:style=Regular"
                           , "xft:tewi:style=Bold:pixelsize=11"
                           ]
       , bgColor = "#0b0806"
       , fgColor = "#a19782"
       , alpha = 255
       , position = Static { xpos = 0
                           , ypos = 0
                           , width = 1600
                           , height = 24
                           }
       , textOffset = -1
       , textOffsets = [-1, -1]
       , iconOffset = -1
       , lowerOnStart = True
       , hideOnStart = False
       , allDesktops = True
       , overrideRedirect = False
       , pickBroadest = False
       , persistent = False
       , border = FullBM 0
       , borderColor = "#2f2b2a"
       , borderWidth = 1
       , iconRoot = "."
       , commands = [ Run StdinReader
                    , Run Date "<fn=1>\57893</fn> %d.%m.%y / %A / %H:%M" "date" 10
                    , Run Weather "UUWW" [ "-t", "<fn=1>\57550</fn> <tempC>°C / <rh>% / <pressure> Pa" ] 10000
                    ]
       , sepChar = "%"
       , alignSep = "}{"
       , template = " \
                    \%StdinReader%\
                    \}\
                    \\
                    \{\
                    \%UUWW%   %date%\
                    \ "
       }
   
-- vim:filetype=haskell:expandtab:tabstop=4:shiftwidth=4

Consider giving Nix/NixOS a try! <3