build: add notifications service
This commit is contained in:
		
							parent
							
								
									acdf9bcd43
								
							
						
					
					
						commit
						11ff70f1a8
					
				
					 2 changed files with 8 additions and 4 deletions
				
			
		
							
								
								
									
										4
									
								
								Justfile
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								Justfile
									
										
									
									
									
								
							| 
						 | 
					@ -26,6 +26,8 @@ clean:
 | 
				
			||||||
	rm -rf content/docs/types/Quickshell.Services.Greetd
 | 
						rm -rf content/docs/types/Quickshell.Services.Greetd
 | 
				
			||||||
	rm -rf data/modules/Quickshell.Services.UPower
 | 
						rm -rf data/modules/Quickshell.Services.UPower
 | 
				
			||||||
	rm -rf content/docs/types/Quickshell.Services.UPower
 | 
						rm -rf content/docs/types/Quickshell.Services.UPower
 | 
				
			||||||
 | 
						rm -rf data/modules/Quickshell.Services.Notifications
 | 
				
			||||||
 | 
						rm -rf content/docs/types/Quickshell.Services.Notifications
 | 
				
			||||||
	rm -rf data/modules/Quickshell.Hyprland
 | 
						rm -rf data/modules/Quickshell.Hyprland
 | 
				
			||||||
	rm -rf content/docs/types/Quickshell.Hyprland
 | 
						rm -rf content/docs/types/Quickshell.Hyprland
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -44,6 +46,7 @@ typedocs: clean buildtypegen
 | 
				
			||||||
	{{typegen_bin}} gentypes {{src_path}}/services/pam/module.md build/types/types/Quickshell.Services.Pam.json
 | 
						{{typegen_bin}} gentypes {{src_path}}/services/pam/module.md build/types/types/Quickshell.Services.Pam.json
 | 
				
			||||||
	{{typegen_bin}} gentypes {{src_path}}/services/greetd/module.md build/types/types/Quickshell.Services.Greetd.json
 | 
						{{typegen_bin}} gentypes {{src_path}}/services/greetd/module.md build/types/types/Quickshell.Services.Greetd.json
 | 
				
			||||||
	{{typegen_bin}} gentypes {{src_path}}/services/upower/module.md build/types/types/Quickshell.Services.UPower.json
 | 
						{{typegen_bin}} gentypes {{src_path}}/services/upower/module.md build/types/types/Quickshell.Services.UPower.json
 | 
				
			||||||
 | 
						{{typegen_bin}} gentypes {{src_path}}/services/notifications/module.md build/types/types/Quickshell.Services.Notifications.json
 | 
				
			||||||
	{{typegen_bin}} gentypes {{src_path}}/wayland/hyprland/module.md build/types/types/Quickshell.Hyprland.json
 | 
						{{typegen_bin}} gentypes {{src_path}}/wayland/hyprland/module.md build/types/types/Quickshell.Hyprland.json
 | 
				
			||||||
	sh -c '{{typegen_bin}} gendocs {{src_path}}/core/module.md data/modules/Quickshell content/docs/types/Quickshell types/* build/types/types/*'
 | 
						sh -c '{{typegen_bin}} gendocs {{src_path}}/core/module.md data/modules/Quickshell content/docs/types/Quickshell types/* build/types/types/*'
 | 
				
			||||||
	sh -c '{{typegen_bin}} gendocs {{src_path}}/io/module.md data/modules/Quickshell.Io content/docs/types/Quickshell.Io types/* build/types/types/*'
 | 
						sh -c '{{typegen_bin}} gendocs {{src_path}}/io/module.md data/modules/Quickshell.Io content/docs/types/Quickshell.Io types/* build/types/types/*'
 | 
				
			||||||
| 
						 | 
					@ -55,6 +58,7 @@ typedocs: clean buildtypegen
 | 
				
			||||||
	sh -c '{{typegen_bin}} gendocs {{src_path}}/services/pam/module.md data/modules/Quickshell.Services.Pam content/docs/types/Quickshell.Services.Pam types/* build/types/types/*'
 | 
						sh -c '{{typegen_bin}} gendocs {{src_path}}/services/pam/module.md data/modules/Quickshell.Services.Pam content/docs/types/Quickshell.Services.Pam types/* build/types/types/*'
 | 
				
			||||||
	sh -c '{{typegen_bin}} gendocs {{src_path}}/services/greetd/module.md data/modules/Quickshell.Services.Greetd content/docs/types/Quickshell.Services.Greetd types/* build/types/types/*'
 | 
						sh -c '{{typegen_bin}} gendocs {{src_path}}/services/greetd/module.md data/modules/Quickshell.Services.Greetd content/docs/types/Quickshell.Services.Greetd types/* build/types/types/*'
 | 
				
			||||||
	sh -c '{{typegen_bin}} gendocs {{src_path}}/services/upower/module.md data/modules/Quickshell.Services.UPower content/docs/types/Quickshell.Services.UPower types/* build/types/types/*'
 | 
						sh -c '{{typegen_bin}} gendocs {{src_path}}/services/upower/module.md data/modules/Quickshell.Services.UPower content/docs/types/Quickshell.Services.UPower types/* build/types/types/*'
 | 
				
			||||||
 | 
						sh -c '{{typegen_bin}} gendocs {{src_path}}/services/notifications/module.md data/modules/Quickshell.Services.Notifications content/docs/types/Quickshell.Services.Notifications types/* build/types/types/*'
 | 
				
			||||||
	sh -c '{{typegen_bin}} gendocs {{src_path}}/wayland/hyprland/module.md data/modules/Quickshell.Hyprland content/docs/types/Quickshell.Hyprland types/* build/types/types/*'
 | 
						sh -c '{{typegen_bin}} gendocs {{src_path}}/wayland/hyprland/module.md data/modules/Quickshell.Hyprland content/docs/types/Quickshell.Hyprland types/* build/types/types/*'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
serve: typedocs
 | 
					serve: typedocs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										8
									
								
								flake.lock
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										8
									
								
								flake.lock
									
										
									
										generated
									
									
									
								
							| 
						 | 
					@ -22,11 +22,11 @@
 | 
				
			||||||
        ]
 | 
					        ]
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "locked": {
 | 
					      "locked": {
 | 
				
			||||||
        "lastModified": 1720635694,
 | 
					        "lastModified": 1720770600,
 | 
				
			||||||
        "narHash": "sha256-mTGow1C3rQJSfsfb+KpTbaI6olYaB9A/tFBVFVmmVCE=",
 | 
					        "narHash": "sha256-Ouic1xV4pJns1rbw6wnee9fO4VWkcv73hxSLQkPYabk=",
 | 
				
			||||||
        "ref": "refs/heads/master",
 | 
					        "ref": "refs/heads/master",
 | 
				
			||||||
        "rev": "24f54f579f28ac4d48bcd3782a3ecc507dffe806",
 | 
					        "rev": "d630cc7f76b56ad3ebe084159df6beab48db9866",
 | 
				
			||||||
        "revCount": 242,
 | 
					        "revCount": 247,
 | 
				
			||||||
        "type": "git",
 | 
					        "type": "git",
 | 
				
			||||||
        "url": "https://git.outfoxxed.me/outfoxxed/quickshell"
 | 
					        "url": "https://git.outfoxxed.me/outfoxxed/quickshell"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue