mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
Base: Tweak resource graph colors to match SystemMonitor
This commit is contained in:
parent
1cffa28f95
commit
dfc0a35295
1 changed files with 2 additions and 2 deletions
|
@ -79,14 +79,14 @@ User=anon
|
|||
|
||||
[CPUGraph.MenuApplet]
|
||||
Executable=/bin/ResourceGraph.MenuApplet
|
||||
Arguments=--cpu --name=CPUGraph --color=limegreen
|
||||
Arguments=--cpu --name=CPUGraph --color=#00bb00
|
||||
Priority=low
|
||||
KeepAlive=1
|
||||
User=anon
|
||||
|
||||
[MemoryGraph.MenuApplet]
|
||||
Executable=/bin/ResourceGraph.MenuApplet
|
||||
Arguments=--memory --name=MemoryGraph --color=cyan
|
||||
Arguments=--memory --name=MemoryGraph --color=#00bbbb
|
||||
Priority=low
|
||||
KeepAlive=1
|
||||
User=anon
|
||||
|
|
Loading…
Add table
Reference in a new issue