-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.xmobarrc
26 lines (26 loc) · 1.05 KB
/
.xmobarrc
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
Config { overrideRedirect = False
, font = "xft:JetBrainsMonoNerdFont-10"
, bgColor = "#222222"
, fgColor = "#f8f8f2"
, position = TopW L 90
, commands = [ Run Cpu
[ "-L", "3"
, "-H", "50"
, "--high" , "red"
, "--normal", "green"
] 10
, Run Alsa "default" "Master"
[ "--template", "<volumestatus>"
, "--suffix" , "True"
, "--"
, "--on", ""
]
, Run Memory ["--template", "Mem: <usedratio>%"] 10
, Run Swap [] 10
, Run Date "%a %Y-%m-%d <fc=#8be9fd>%H:%M</fc>" "date" 10
, Run XMonadLog
]
, sepChar = "%"
, alignSep = "}{"
, template = " <fc=#b8fb8a>Natoandro</fc> %XMonadLog% }{ %alsa:default:Master% | %cpu% | %memory% * %swap% | %date% "
}