initial xmonad/xmobar commit
This commit is contained in:
parent
3818f540e4
commit
4411ccc250
3 changed files with 378 additions and 1 deletions
11
xmobarrc
Normal file
11
xmobarrc
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
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", "Bat: <acstatus><left>%"
|
||||
, "--", "-O", "+" , "-i", "=" , "-o", "-"
|
||||
] 50
|
||||
, Run StdinReader
|
||||
]
|
||||
, template = "%StdinReader% }{ %battery% | <fc=#ee9a00>%date%</fc> "
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue