blob: 517956d5a1aafff4c929cfc5d85f04899f054aca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Config {
bgColor = "#181818"
, fgColor = "#e4e4e4"
, border = BottomB
, borderColor = "#95a99f"
, font = "xft:Iosevka Comfy-13"
, position = TopH 22
, commands = [
-- Network activity monitor (dynamic interface resolution)
Run Date "%Y-%m-%d (%a) %H:%M" "mydate" 10
, Run StdinReader -- text coming from xmonad
]
, template = "%StdinReader% }{ %mydate% "
}
|