nix: update + add i3 to justfile
This commit is contained in:
parent
bc8a9c00e2
commit
49464eddc8
4
Justfile
4
Justfile
|
@ -30,6 +30,8 @@ clean:
|
|||
rm -rf content/docs/types/Quickshell.Services.Notifications
|
||||
rm -rf data/modules/Quickshell.Hyprland
|
||||
rm -rf content/docs/types/Quickshell.Hyprland
|
||||
rm -rf data/modules/Quickshell.I3
|
||||
rm -rf content/docs/types/Quickshell.I3
|
||||
rm -rf data/modules/Quickshell.Widgets
|
||||
rm -rf content/docs/types/Quickshell.Widgets
|
||||
|
||||
|
@ -50,6 +52,7 @@ typedocs: clean buildtypegen
|
|||
{{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}}/x11/i3/module.md build/types/types/Quickshell.I3.json
|
||||
{{typegen_bin}} gentypes {{src_path}}/widgets/module.md build/types/types/Quickshell.Widgets.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/*'
|
||||
|
@ -63,6 +66,7 @@ typedocs: clean buildtypegen
|
|||
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}}/x11/i3/module.md data/modules/Quickshell.I3 content/docs/types/Quickshell.I3 types/* build/types/types/*'
|
||||
sh -c '{{typegen_bin}} gendocs {{src_path}}/widgets/module.md data/modules/Quickshell.Widgets content/docs/types/Quickshell.Widgets types/* build/types/types/*'
|
||||
|
||||
serve: typedocs
|
||||
|
|
|
@ -22,11 +22,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1732015771,
|
||||
"narHash": "sha256-kOKOa+wSpmJOX5GZagxF3WTmfCSB2sQOTggSjbLUgSI=",
|
||||
"lastModified": 1732449022,
|
||||
"narHash": "sha256-cqjfBI0eUZw2CyKCa/Wzywbv7+ld6yKVdyOLbh0LMrE=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "f4066cb4edd96b0152ab9b2b1bec821cd5c9da57",
|
||||
"revCount": 385,
|
||||
"rev": "31adcaac7662d6c7fbbc901ba11e0d95f0c7fc56",
|
||||
"revCount": 420,
|
||||
"type": "git",
|
||||
"url": "https://git.outfoxxed.me/quickshell/quickshell"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue