configuration/xmobarrc

23 lines
912 B
Plaintext
Raw Normal View History

2015-03-06 23:50:54 +01:00
Config { font = "xft:Source Code Pro:size=9"
, iconRoot = ".config/xmobar/icons"
, commands = [ Run Date "%a %b %0d %l:%M" "date" 10
2015-03-07 00:38:57 +01:00
, Run Battery
[ "-t", "<leftipat>"
, "--"
, "--on-icon-pattern", "<icon=bat-%%-ac.xpm/>"
, "--off-icon-patter", "<icon=bat-%%.xpm/>"
] 50
, Run Network "enp9s0"
[ "--template", "<rxipat>"
, "--"
, "--rx-icon-pattern", "<icon=net-%%.xpm/>"
] 50
, Run Wireless "wlp7s0"
[
] 50
2015-03-06 23:50:54 +01:00
, Run StdinReader
]
2015-03-07 00:38:57 +01:00
, template = "%StdinReader% }{ %wlp7s0wi% %enp9s0% %battery% | <fc=#ee9a00>%date%</fc> "
2015-03-06 23:50:54 +01:00
}