dots/.xmobarrc

37 lines
1.5 KiB
Plaintext
Raw Normal View History

2022-09-24 01:07:16 +02:00
Config { overrideRedirect = False
, font = "xft:Iosevka Term SS08:size=12:antialias=true"
2022-12-01 16:16:35 +01:00
, bgColor = "#cccccc"
, fgColor = "#111"
, position = TopW L 100
2022-09-24 01:07:16 +02:00
, commands = [ Run Cpu
[ "-L", "3"
, "-H", "50"
, "--high" , "red"
2022-12-01 16:16:35 +01:00
] 10
, Run Battery [
"-t", "<acstatus>: <left>% - <timeleft>",
"--",
--"-c", "charge_full",
"-O", "AC",
"-o", "Bat",
"-h", "green",
"-l", "red"
2022-09-24 01:07:16 +02:00
] 10
, Run Alsa "default" "Master"
[ "--template", "Vol: <volumestatus>"
, "--suffix" , "True"
, "--"
, "--on", ""
]
, Run Memory ["--template", "Mem: <usedratio>%"] 10
2022-09-24 11:16:11 +02:00
, Run Date "%a %Y-%m-%d %H:%M" "date" 10
2022-12-01 16:16:35 +01:00
, Run Com "sb-pomo" [] "pomo" 10
, Run Com "sb-anki" [] "anki" 10
, Run Com "sb-tasks" [] "tasks" 10
2022-09-24 01:07:16 +02:00
, Run XMonadLog
]
, sepChar = "%"
, alignSep = "}{"
2022-12-01 16:16:35 +01:00
, template = "%XMonadLog%%anki%%pomo%%tasks% }{ %alsa:default:Master% | %battery% | %date%"
2022-09-24 01:07:16 +02:00
}