From 49464eddc8a6513a16b0cd68ca7228589d7c7909 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Sun, 24 Nov 2024 05:08:50 -0800 Subject: [PATCH] nix: update + add i3 to justfile --- Justfile | 4 ++++ flake.lock | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Justfile b/Justfile index 02f6a29..a339a2c 100644 --- a/Justfile +++ b/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 diff --git a/flake.lock b/flake.lock index c804ff4..0e5dfe3 100644 --- a/flake.lock +++ b/flake.lock @@ -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" },