mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:22:45 +00:00 
			
		
		
		
	 54fc972a72
			
		
	
	
		54fc972a72
		
	
	
	
	
		
			
			The ResourceGraph menu applet now supports a few command line options: --cpu / -C to display a CPU usage graph --memory / -M to display a memory usage graph --name / -n to set a name which is used to order applets --color / -c to set the graph color (supports anything Gfx::Color::from_string() understands) The SystemServer.ini and WindowServer.ini config files have been updated to spawn and show two ResourceGraph menu applets, one for CPU usage (green) and one for memory usage (cyan) - this matches the colors in the SystemMonitor graphs.
		
			
				
	
	
		
			27 lines
		
	
	
	
		
			540 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
	
		
			540 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| [Screen]
 | |
| Width=1024
 | |
| Height=768
 | |
| 
 | |
| [Theme]
 | |
| Name=Default
 | |
| 
 | |
| [Cursor]
 | |
| Arrow=/res/cursors/arrow.png
 | |
| ResizeH=/res/cursors/resize-horizontal.png
 | |
| ResizeV=/res/cursors/resize-vertical.png
 | |
| ResizeDTLBR=/res/cursors/resize-diagonal-tlbr.png
 | |
| ResizeDBLTR=/res/cursors/resize-diagonal-bltr.png
 | |
| IBeam=/res/cursors/i-beam.png
 | |
| Disallowed=/res/cursors/disallowed.png
 | |
| Move=/res/cursors/move.png
 | |
| Hand=/res/cursors/hand.png
 | |
| Drag=/res/cursors/drag.png
 | |
| 
 | |
| [Input]
 | |
| DoubleClickSpeed=250
 | |
| 
 | |
| [Background]
 | |
| Mode=scaled
 | |
| 
 | |
| [Applet]
 | |
| Order=Clock,Audio,CPUGraph,MemoryGraph,UserName
 |