aboutsummaryrefslogtreecommitdiff
path: root/.config/xmobar/xmobarrc
blob: 9e8afce8d55686a7071ee830467ad913b5ed5b00 (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
Config { 
      -- X Logical Font Description (xlsfonts, xfontsel)
      -- font = "-misc-fira mono-medium-*-*-*-10-*-*-*-*-*-*-*"
         font = "xft:Fira Mono:pixelsize=11"
       , additionalFonts = []
       , borderColor = "black"
       , border = TopB
       , bgColor = "black"
       , fgColor = "grey"
       , alpha = 255
       , position = Bottom
       , textOffset = -1
       , iconOffset = -1
       , lowerOnStart = True
       , pickBroadest = False
       , persistent = False
       , hideOnStart = False
       , iconRoot = "."
       , allDesktops = True
       , overrideRedirect = True
       , commands = [
                      Run Date "%a %d %b %I:%M %p" "date" 10
                    , Run Alsa "default" "Master" []
                    , Run UnsafeStdinReader
                    , Run Kbd []
                    ]
       , sepChar = "%"
       , alignSep = "}{"
       , template = " %UnsafeStdinReader% }{ %kbd% | %alsa:default:Master% | <fc=#ee9a00>%date%</fc> "
       }