From 11ff70f1a8d34eb07c3d4e60625e4ce547122e83 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Fri, 12 Jul 2024 00:52:38 -0700 Subject: [PATCH] build: add notifications service --- Justfile | 4 ++++ flake.lock | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Justfile b/Justfile index 766e0dd..1db90a1 100644 --- a/Justfile +++ b/Justfile @@ -26,6 +26,8 @@ clean: 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.Services.Notifications + rm -rf content/docs/types/Quickshell.Services.Notifications rm -rf data/modules/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/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/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 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/*' @@ -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/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/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/*' serve: typedocs diff --git a/flake.lock b/flake.lock index e0b58b7..b8a3733 100644 --- a/flake.lock +++ b/flake.lock @@ -22,11 +22,11 @@ ] }, "locked": { - "lastModified": 1720635694, - "narHash": "sha256-mTGow1C3rQJSfsfb+KpTbaI6olYaB9A/tFBVFVmmVCE=", + "lastModified": 1720770600, + "narHash": "sha256-Ouic1xV4pJns1rbw6wnee9fO4VWkcv73hxSLQkPYabk=", "ref": "refs/heads/master", - "rev": "24f54f579f28ac4d48bcd3782a3ecc507dffe806", - "revCount": 242, + "rev": "d630cc7f76b56ad3ebe084159df6beab48db9866", + "revCount": 247, "type": "git", "url": "https://git.outfoxxed.me/outfoxxed/quickshell" },