From b8d4d078358dbff9b3fb1f2c8485aed53958e17d 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 0acf0583..004c584a 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 ;;