mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
xmobarrc colors like Xresources
This commit is contained in:
parent
9d92489bd4
commit
e22ce9ab89
1 changed files with 2 additions and 2 deletions
4
xmobarrc
4
xmobarrc
|
@ -3,8 +3,8 @@ Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
|
|||
, fgColor = "grey"
|
||||
, position = Top
|
||||
, lowerOnStart = True
|
||||
, commands = [ Run Network "eth0" ["-L","0","-H","32","--normal","green","--high","red"] 10
|
||||
, Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10
|
||||
, commands = [ Run Network "eth0" ["-L","0","-H","32","--normal","#8AE234","--high","#CC0000"] 10
|
||||
, Run Cpu ["-L","3","-H","50","--normal","#8AE234","--high","#CC0000"] 10
|
||||
, Run Memory ["-t","Mem: <usedratio>%"] 10
|
||||
, Run Swap [] 10
|
||||
, Run Com "uname" ["-s","-r"] "" 36000
|
||||
|
|
Loading…
Add table
Reference in a new issue