more stuff
This commit is contained in:
parent
4457d4e7dd
commit
8c4d844867
6 changed files with 9 additions and 18 deletions
|
@ -4,16 +4,9 @@ Config { overrideRedirect = False
|
|||
, fgColor = "FGCOLOR"
|
||||
, position = TopW L 100
|
||||
, iconRoot = ".config/xmobar/xpm/"
|
||||
, commands = [ Run Weather "EGPF"
|
||||
[ "--template", "<weather> <tempC>°C"
|
||||
, "-L", "0"
|
||||
, "-H", "25"
|
||||
] 36000
|
||||
, Run Cpu
|
||||
, commands = [Run Cpu
|
||||
[ "-L", "3"
|
||||
, "-H", "50"
|
||||
, "--high" , "red"
|
||||
, "--normal", "green"
|
||||
] 10
|
||||
, Run Alsa "default" "Master"
|
||||
[ "--template", "<volumestatus>"
|
||||
|
@ -22,11 +15,11 @@ Config { overrideRedirect = False
|
|||
, "--on", ""
|
||||
]
|
||||
, Run Memory ["--template", "Mem: <usedratio>%"] 10
|
||||
, Run Swap [] 10
|
||||
, Run Date "%a %Y-%m-%d <fc=COLOR6>%H:%M</fc>" "date" 10
|
||||
, Run XMonadLog
|
||||
, Run Com "get_music_info" [] "" 10
|
||||
]
|
||||
, sepChar = "%"
|
||||
, alignSep = "}{"
|
||||
, template = " <icon=haskell_20.xpm/> %XMonadLog% }{ %alsa:default:Master% | %cpu% | %memory% * %swap% | %EGPF% | %date% "
|
||||
, template = " <icon=haskell_20.xpm/> %XMonadLog% }{ %get_music_info% | %alsa:default:Master% | %cpu% | %memory% | %date% "
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue