From f9c4bd1f9960ae30a52a8c91ac08dfe799bc19cd Mon Sep 17 00:00:00 2001 From: Purin <118902463+Dylouwu@users.noreply.github.com> Date: Mon, 25 Aug 2025 15:57:16 +0200 Subject: [PATCH] removed caffeine in tofi as Hypridle is not used anymore This is another change that can be ignored as hypridle can be commented out and used again in nixy (even though it's quite clunky) Signed-off-by: Purin <118902463+Dylouwu@users.noreply.github.com> --- home/scripts/system/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/home/scripts/system/default.nix b/home/scripts/system/default.nix index 0acf058..004c584 100644 --- a/home/scripts/system/default.nix +++ b/home/scripts/system/default.nix @@ -79,7 +79,6 @@ # pkill tofi else options=( - "󰅶 Caffeine" "󰖔 Night-shift" " Nixy" "󰈊 Hyprpicker" @@ -91,9 +90,6 @@ selected=''${selected:2} case $selected in - "Caffeine") - caffeine - ;; "Night-shift") night-shift ;;