From 0d50980a8d36f79f46313c0eb75de6b084747c5f Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 16 Oct 2024 00:43:59 +0200 Subject: [PATCH] fix prompts --- home/scripts/system/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/scripts/system/default.nix b/home/scripts/system/default.nix index f6436dc..ca3037a 100644 --- a/home/scripts/system/default.nix +++ b/home/scripts/system/default.nix @@ -14,7 +14,7 @@ let if pgrep wofi; then pkill wofi else - wofi --show drun + wofi -p " Apps" --show drun fi # if pgrep tofi; then # pkill tofi @@ -39,7 +39,7 @@ let "󰿅 Shutdown" ) - selected=$(printf '%s\n' "''${options[@]}" | wofi --dmenu) + selected=$(printf '%s\n' "''${options[@]}" | wofi -p " Powermenu" --dmenu) # selected=$(printf '%s\n' "''${options[@]}" | tofi --prompt-text "> ") selected=''${selected:2}