xmobar - add brightness and cpu, also better date
This commit is contained in:
parent
6af2388036
commit
f0f0e5d0fd
39 changed files with 804 additions and 2 deletions
18
xmobarrc
18
xmobarrc
|
@ -1,7 +1,7 @@
|
|||
|
||||
Config { font = "xft:Source Code Pro:size=9"
|
||||
, iconRoot = ".config/xmobar/icons"
|
||||
, commands = [ Run Date "%a %b %0d %l:%M" "date" 10
|
||||
, commands = [ Run Date "%B, %a %0d, %l:%M" "date" 10
|
||||
, Run Battery
|
||||
[ "-t", "<leftipat>"
|
||||
, "--"
|
||||
|
@ -18,7 +18,21 @@ Config { font = "xft:Source Code Pro:size=9"
|
|||
, "--"
|
||||
, "--quality-icon-pattern", "<icon=wireless/%%.xpm/>"
|
||||
] 50
|
||||
, Run Brightness
|
||||
[ "--template", "<ipat>"
|
||||
, "--"
|
||||
, "-D", "intel_backlight"
|
||||
, "--brightness-icon-pattern", "<icon=brightness/%%.xpm/>"
|
||||
] 50
|
||||
, Run MultiCpu
|
||||
[ "--template", "<ipat0><ipat1><ipat2><ipat3>"
|
||||
, "--"
|
||||
, "--load-icon-patterns", "<icon=cpu1/%%.xpm/>"
|
||||
, "--load-icon-patterns", "<icon=cpu/%%.xpm/>"
|
||||
, "--load-icon-patterns", "<icon=cpu/%%.xpm/>"
|
||||
, "--load-icon-patterns", "<icon=cpu4/%%.xpm/>"
|
||||
] 50
|
||||
, Run StdinReader
|
||||
]
|
||||
, template = "%StdinReader% }{ %wlp7s0wi% %enp9s0% %battery% | <fc=#ee9a00>%date%</fc> "
|
||||
, template = " %StdinReader% } %date% { %multicpu% %wlp7s0wi%%enp9s0%%bright%%battery% "
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue