dots/.xmobarrc

39 lines
1.5 KiB
Plaintext
Raw Normal View History

2022-09-24 01:07:16 +02:00
Config { overrideRedirect = False
2023-05-04 23:56:20 +02:00
, font = "Iosevka Term SS08 12"
, textOffset = 1
, bgColor = "#cccccc"
, fgColor = "#111"
, position = TopH 20
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 [
2023-05-04 23:56:20 +02:00
"-t", "<acstatus>〈<left>% <timeleft>〉 ",
2022-12-01 16:16:35 +01:00
"--",
--"-c", "charge_full",
"-O", "AC",
"-o", "Bat",
"-h", "green",
"-l", "red"
2022-09-24 01:07:16 +02:00
] 10
, Run Alsa "default" "Master"
2023-05-04 23:56:20 +02:00
[ "--template", "V〈<volumestatus>〉 "
2022-09-24 01:07:16 +02:00
, "--suffix" , "True"
, "--"
, "--on", ""
]
, Run Memory ["--template", "Mem: <usedratio>%"] 10
2023-06-04 15:21:59 +02:00
, Run Date "W%V %a %b %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
2023-05-04 23:56:20 +02:00
, Run Com "sb-tasks" [] "tasks" 300
, Run Com "sb-project" [] "proj" 300
2022-09-24 01:07:16 +02:00
, Run XMonadLog
]
, sepChar = "%"
, alignSep = "}{"
2023-05-04 23:56:20 +02:00
, template = "%XMonadLog% %anki% }%pomo% %proj% { %alsa:default:Master% %battery% %date%"
2022-09-24 01:07:16 +02:00
}