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>
This commit is contained in:
Purin
2025-08-25 15:57:16 +02:00
parent bd2c7dfc25
commit f9c4bd1f99

View File

@@ -79,7 +79,6 @@
# pkill tofi # pkill tofi
else else
options=( options=(
"󰅶 Caffeine"
"󰖔 Night-shift" "󰖔 Night-shift"
" Nixy" " Nixy"
"󰈊 Hyprpicker" "󰈊 Hyprpicker"
@@ -91,9 +90,6 @@
selected=''${selected:2} selected=''${selected:2}
case $selected in case $selected in
"Caffeine")
caffeine
;;
"Night-shift") "Night-shift")
night-shift night-shift
;; ;;