build: add upower
This commit is contained in:
parent
e2cf2ff0a0
commit
acdf9bcd43
4
Justfile
4
Justfile
|
@ -24,6 +24,8 @@ clean:
|
|||
rm -rf content/docs/types/Quickshell.Services.Pam
|
||||
rm -rf data/modules/Quickshell.Services.Greetd
|
||||
rm -rf content/docs/types/Quickshell.Services.Greetd
|
||||
rm -rf data/modules/Quickshell.Services.UPower
|
||||
rm -rf content/docs/types/Quickshell.Services.UPower
|
||||
rm -rf data/modules/Quickshell.Hyprland
|
||||
rm -rf content/docs/types/Quickshell.Hyprland
|
||||
|
||||
|
@ -41,6 +43,7 @@ typedocs: clean buildtypegen
|
|||
{{typegen_bin}} gentypes {{src_path}}/services/mpris/module.md build/types/types/Quickshell.Services.Mpris.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/upower/module.md build/types/types/Quickshell.Services.UPower.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}}/io/module.md data/modules/Quickshell.Io content/docs/types/Quickshell.Io types/* build/types/types/*'
|
||||
|
@ -51,6 +54,7 @@ typedocs: clean buildtypegen
|
|||
sh -c '{{typegen_bin}} gendocs {{src_path}}/services/mpris/module.md data/modules/Quickshell.Services.Mpris content/docs/types/Quickshell.Services.Mpris 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/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}}/wayland/hyprland/module.md data/modules/Quickshell.Hyprland content/docs/types/Quickshell.Hyprland types/* build/types/types/*'
|
||||
|
||||
serve: typedocs
|
||||
|
|
|
@ -22,11 +22,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1719892230,
|
||||
"narHash": "sha256-Vdqt5KXqNG+zva5dTRs98plVoZvymL/VAWde9aDfV2U=",
|
||||
"lastModified": 1720635694,
|
||||
"narHash": "sha256-mTGow1C3rQJSfsfb+KpTbaI6olYaB9A/tFBVFVmmVCE=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "ec362637b879baa817e4df7c96e27adef35b89a0",
|
||||
"revCount": 237,
|
||||
"rev": "24f54f579f28ac4d48bcd3782a3ecc507dffe806",
|
||||
"revCount": 242,
|
||||
"type": "git",
|
||||
"url": "https://git.outfoxxed.me/outfoxxed/quickshell"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue