gentoo-dots/.config/xmobar/xmobarrc

21 lines
1.2 KiB
Plaintext
Raw Normal View History

2023-04-30 17:36:12 +02:00
Config { lowerOnStart = True
, overrideRedirect = True
2023-08-23 19:51:32 +02:00
, font = "xft:IBMPlex Mono:size=10:antialias=true,IpaGothic:size=11:antialias=true,Symbols Nerd Font:size=10:antialias=true"
2023-04-30 17:36:12 +02:00
, bgColor = "#303446"
, fgColor = "#c6d0f5"
, position = TopSize L 100 27
, 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%" }