25 lines
1.0 KiB
Plaintext
25 lines
1.0 KiB
Plaintext
|
|
Config { font = "xft:Source Code Pro:size=9"
|
|
, iconRoot = ".config/xmobar/icons"
|
|
, commands = [ Run Date "%a %b %0d %l:%M" "date" 10
|
|
, Run Battery
|
|
[ "-t", "<leftipat>"
|
|
, "--"
|
|
, "--on-icon-pattern", "<icon=bat-ac/%%.xpm/>"
|
|
, "--off-icon-pattern", "<icon=bat/%%.xpm/>"
|
|
] 50
|
|
, Run Network "enp9s0"
|
|
[ "--template", "<rxipat>"
|
|
, "--"
|
|
, "--rx-icon-pattern", "<icon=wired/%%.xpm/>"
|
|
] 50
|
|
, Run Wireless "wlp7s0"
|
|
[ "--template", "<qualityipat>"
|
|
, "--"
|
|
, "--quality-icon-pattern", "<icon=wireless/%%.xpm/>"
|
|
] 50
|
|
, Run StdinReader
|
|
]
|
|
, template = "%StdinReader% }{ %wlp7s0wi% %enp9s0% %battery% | <fc=#ee9a00>%date%</fc> "
|
|
}
|