gentoo-dots/.config/xmobar/xmobarrc

22 lines
1.1 KiB
Plaintext
Raw Normal View History

2023-04-30 17:36:12 +02:00
Config { lowerOnStart = True
, overrideRedirect = True
2024-01-08 16:13:44 +01:00
, font = "CaskaydiaCove Nerd Font 10"
, additionalFonts = ["IpaGothic Bold 11"]
2023-04-30 17:36:12 +02:00
, bgColor = "#303446"
, fgColor = "#c6d0f5"
2024-01-08 16:13:44 +01:00
, position = TopSize L 100 24
2023-04-30 17:36:12 +02:00
, commands = [ Run Cpu
[ "--template", " <total>%"] 90
, Run Com "sb-cpu-temp" [] "cpu-temp" 100
, Run Com "sb-battery" [] "battery" 300
, Run Com "sb-ram" [] "memory" 150
, Run Com "sb-disk-space" [] "disk" 360000
, Run Com "sb-datetime" [] "date" 200
, Run Com "sb-wifi" [] "wifi" 50
, Run Com "/home/crony/.config/xmobar/trayer-padding-icon.sh" [] "trayerpad" 100
, Run XMonadLog
]
, sepChar = "%"
, alignSep = "}{"
, template = " %XMonadLog% }{ %cpu-temp% <fc=#eba0ac>•</fc> %cpu% <fc=#eba0ac>•</fc> %memory% <fc=#eba0ac>•</fc> %disk% <fc=#eba0ac>•</fc> %wifi% <fc=#eba0ac>•</fc> %battery% <fc=#eba0ac>•</fc> %date% %trayerpad%" }