-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxmobarrc-debug
More file actions
25 lines (25 loc) · 799 Bytes
/
xmobarrc-debug
File metadata and controls
25 lines (25 loc) · 799 Bytes
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
Config { font = "xft:Cantarell:pixelsize=14"
, additionalFonts = [ "xft:Cantarell:pixelsize=14:italic"
, "xft:Cantarell:pixelsize=14:bold"
, "xft:Cantarell:pixelsize=14:bold:italic"
]
, bgColor = "#f4f4f4"
, fgColor = "#2e3436"
, borderWidth = 0
, alpha = 255
, position = Top
, textOffset = -1
, iconOffset = -2
, lowerOnStart = True
, pickBroadest = False
, persistent = False
, hideOnStart = False
, iconRoot = "."
, allDesktops = True
, overrideRedirect = True
, commands = [ Run XPropertyLog "MYDEBUG"
]
, sepChar = "%"
, alignSep = "}{"
, template = " %MYDEBUG%"
}