mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:42:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
	
		
			501 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
	
		
			501 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Name
 | |
| 
 | |
| pape - manage the system wallpaper.
 | |
| 
 | |
| ## Synopsis
 | |
| 
 | |
| ```**sh
 | |
| $ pape [--show-all] [--show-current] [name]
 | |
| ```
 | |
| 
 | |
| ## Description
 | |
| 
 | |
| The `pape` utility can be used to set the system wallpaper and
 | |
| list available wallpapers in the `/res/wallpapers/` directory.
 | |
| 
 | |
| ## Options
 | |
| 
 | |
| * `-a`, `--show-all`: Show all wallpapers
 | |
| * `-c`, `--show-current`: Show current wallpaper
 | |
| 
 | |
| ## Examples
 | |
| 
 | |
| Set wallpaper to `/res/wallpapers/grid.png`:
 | |
| 
 | |
| ```**sh
 | |
| $ pape grid.png
 | |
| ```
 | |
| 
 | |
| List available wallpapers:
 | |
| 
 | |
| ```**sh
 | |
| $ pape -a
 | |
| ```
 | 
