alkaa/roles/xmonad/files/xmobarrc_qwerty

21 lines
981 B
Plaintext

Config { font = "xft:Iosevka-Regular:size=11:antialias=true"
, bgColor = "#3f3f3f"
, fgColor = "#dcdccc"
, position = Top
, border = FullB
, borderColor = "#dcdccc"
, lowerOnStart = True
, commands = [Run DynNetwork ["-t", "<fc=#dca3a3><dev>:</fc> ↓ <rx> | ↑ <tx> kbps"] 10
, Run Date "<fc=#dca3a3>%a, %d.%m.%Y</fc> - <fc=#ffcfaf>%H:%M</fc>" "date" 10
, Run Alsa "default" "Master" ["-t", "<fc=#8c8cbc>Vol:</fc> <volume>%"]
, Run Kbd [("de", "de"), ("de(dsb_qwertz)", "dsb"), ("ru(phonetic)", "ru")]
, Run Memory ["-t", "<fc=#7f9f7f>RAM:</fc> <usedratio>%"] 10
, Run MultiCpu ["-t", "<fc=#ffcfaf>CPU:</fc> <total>%"] 10
, Run Com "uname" ["-r"] "" 0
, Run StdinReader
]
, sepChar = "%"
, alignSep = "}{"
, template = " | %StdinReader% }{ %dynnetwork% | %multicpu% | %memory% | <fc=#8cd0d3>%uname%</fc> | <fc=#efef8f>%kbd%</fc> | %alsa:default:Master% | %date% | "
}