diff --git a/Justfile b/Justfile index 04302e6..b255495 100644 --- a/Justfile +++ b/Justfile @@ -21,9 +21,13 @@ typedocs: clean buildtypegen {{typegen_bin}} gentypes {{src_path}}/core/module.md build/types/types/Quickshell.json {{typegen_bin}} gentypes {{src_path}}/io/module.md build/types/types/Quickshell.Io.json {{typegen_bin}} gentypes {{src_path}}/wayland/module.md build/types/types/Quickshell.Wayland.json + {{typegen_bin}} gentypes {{src_path}}/dbus/dbusmenu/module.md build/types/types/Quickshell.DBusMenu.json + {{typegen_bin}} gentypes {{src_path}}/services/status_notifier/module.md build/types/types/Quickshell.Service.SystemTray.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/*' sh -c '{{typegen_bin}} gendocs {{src_path}}/wayland/module.md data/modules/Quickshell.Wayland content/docs/types/Quickshell.Wayland types/* build/types/types/*' + sh -c '{{typegen_bin}} gendocs {{src_path}}/dbus/dbusmenu/module.md data/modules/Quickshell.DBusMenu content/docs/types/Quickshell.DBusMenu types/* build/types/types/*' + sh -c '{{typegen_bin}} gendocs {{src_path}}/services/status_notifier/module.md data/modules/Quickshell.Service.SystemTray content/docs/types/Quickshell.Service.SystemTray types/* build/types/types/*' serve: typedocs hugo server --buildDrafts --disableFastRender diff --git a/flake.lock b/flake.lock index 8fb6eae..24c9a6a 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1709961763, - "narHash": "sha256-6H95HGJHhEZtyYA3rIQpvamMKAGoa8Yh2rFV29QnuGw=", + "lastModified": 1714253743, + "narHash": "sha256-mdTQw2XlariysyScCv2tTE45QSU9v/ezLcHJ22f0Nxc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "3030f185ba6a4bf4f18b87f345f104e6a6961f34", + "rev": "58a1abdbae3217ca6b702f03d3b35125d88a2994", "type": "github" }, "original": { @@ -22,11 +22,11 @@ ] }, "locked": { - "lastModified": 1710851744, - "narHash": "sha256-chglsLRxjBDgnI53NNdiPdFbKxOy/NF75uDTurApao0=", + "lastModified": 1714465626, + "narHash": "sha256-cxt9/T8x0fZ6W0FGO250PgPX3kI26SVOl3zdbth704A=", "ref": "refs/heads/master", - "rev": "518977932d2d774b26ee339c13c8dc60ac7c0b66", - "revCount": 121, + "rev": "658f3cf411edf0038224ae89802f138bbab85c0a", + "revCount": 166, "type": "git", "url": "https://git.outfoxxed.me/outfoxxed/quickshell" },