mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 18:52:45 +00:00 
			
		
		
		
	 01248d28ef
			
		
	
	
		01248d28ef
		
	
	
	
	
		
			
			This applet displays a grid of desktops, and shows the user what virtual desktop they are on. When clicked, the desktop will be changed.
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			251 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			251 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| serenity_component(
 | |
|     DesktopPicker.Applet
 | |
|     REQUIRED
 | |
|     TARGETS DesktopPicker.Applet
 | |
| )
 | |
| 
 | |
| set(SOURCES
 | |
|     DesktopStatusWindow.cpp
 | |
|     main.cpp
 | |
| )
 | |
| 
 | |
| serenity_bin(DesktopPicker.Applet)
 | |
| target_link_libraries(DesktopPicker.Applet LibGUI LibCore LibGfx)
 |