add wpg for theme switching
This commit is contained in:
parent
7a06470070
commit
dfae762222
5 changed files with 18 additions and 16 deletions
|
@ -3,13 +3,11 @@ Config { overrideRedirect = False
|
|||
, bgColor = "BGCOLOR"
|
||||
, fgColor = "FGCOLOR"
|
||||
, position = TopW L 100
|
||||
, iconRoot = ".config/xmobar/xpm/"
|
||||
, commands = [ Run Weather "EGPF"
|
||||
[ "--template", "<weather> <tempC>°C"
|
||||
, "-L", "0"
|
||||
, "-H", "25"
|
||||
, "--low" , "lightblue"
|
||||
, "--normal", "#f8f8f2"
|
||||
, "--high" , "red"
|
||||
] 36000
|
||||
, Run Cpu
|
||||
[ "-L", "3"
|
||||
|
@ -25,10 +23,10 @@ Config { overrideRedirect = False
|
|||
]
|
||||
, Run Memory ["--template", "Mem: <usedratio>%"] 10
|
||||
, Run Swap [] 10
|
||||
, Run Date "%a %Y-%m-%d <fc=#8be9fd>%H:%M</fc>" "date" 10
|
||||
, Run Date "%a %Y-%m-%d <fc=COLOR6>%H:%M</fc>" "date" 10
|
||||
, Run XMonadLog
|
||||
]
|
||||
, sepChar = "%"
|
||||
, alignSep = "}{"
|
||||
, template = "%XMonadLog% }{ %alsa:default:Master% | %cpu% | %memory% * %swap% | %EGPF% | %date% "
|
||||
, template = " <icon=haskell_20.xpm/> %XMonadLog% }{ %alsa:default:Master% | %cpu% | %memory% * %swap% | %EGPF% | %date% "
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue