WIP: xmonad config update
This commit is contained in:
parent
029db9ae08
commit
15c81b97d5
3 changed files with 264 additions and 20 deletions
63
xmobarrc
Normal file
63
xmobarrc
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
Config { overrideRedirect = False
|
||||
, font = "xft:Victor Mono NerdFont-8"
|
||||
, bgColor = "#07080d"
|
||||
, fgColor = "#e0e2ea"
|
||||
, position = TopW L 100
|
||||
, commands = [ Run MultiCoreTemp
|
||||
[ "-t", "Temp:<avg>°C"
|
||||
, "-L", "50"
|
||||
, "-H", "80"
|
||||
, "--low" , "#b6f0ff"
|
||||
, "--normal", "#b3f6c0"
|
||||
, "--high" , "#fcbeb7"
|
||||
] 50
|
||||
, Run Cpu
|
||||
[ "-L", "3"
|
||||
, "-H", "50"
|
||||
, "--ppad", "3"
|
||||
, "--low" , "#b6f0ff"
|
||||
, "--normal", "#b3f6c0"
|
||||
, "--high" , "#fcbeb7"
|
||||
] 10
|
||||
, Run Battery
|
||||
[ "-L", "15"
|
||||
, "-H", "80"
|
||||
, "--ppad", "3"
|
||||
, "--low", "#fcbeb7"
|
||||
, "--normal", "#b6f0ff"
|
||||
, "--high", "#b3f6c0"
|
||||
] 10
|
||||
, Run Alsa "default" "Master"
|
||||
[ "--template", "<volumestatus>"
|
||||
, "--suffix" , "True"
|
||||
, "--"
|
||||
, "--on", ""
|
||||
]
|
||||
, Run Memory
|
||||
[ "--template", "Mem: <usedratio>%"
|
||||
, "-L", "20"
|
||||
, "-H", "50"
|
||||
, "--ppad", "3"
|
||||
, "--low" , "#b6f0ff"
|
||||
, "--normal", "#b3f6c0"
|
||||
, "--high" , "#fcbeb7"
|
||||
] 10
|
||||
, Run DateZone "<fc=#b3f6c0>%a %d %b</fc> %Y-%m-%d <fc=#b3f6c0>%H:%M:%S</fc>"
|
||||
"fr_FR.UTF-8"
|
||||
"Europe/Paris"
|
||||
"date" 10
|
||||
, Run DiskIO [ ("/", "r:<read> w:<write>") ]
|
||||
[ "-L", "300"
|
||||
, "-H", "1000"
|
||||
, "--ppad", "3"
|
||||
, "--low" , "#b6f0ff"
|
||||
, "--normal", "#b3f6c0"
|
||||
, "--high" , "#fcbeb7"
|
||||
] 10
|
||||
, Run Mpris2 "cmus" [] 10
|
||||
, Run XMonadLog
|
||||
]
|
||||
, sepChar = "%"
|
||||
, alignSep = "}{"
|
||||
, template = "%XMonadLog%}%mpris2%{%diskio% • %alsa:default:Master% • %battery% • %cpu% • %memory% • %multicoretemp% • %date%"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue