update config

This commit is contained in:
dim
2025-01-04 18:51:16 +07:00
parent 376adaf654
commit 42f4e1a69a
16 changed files with 265 additions and 450 deletions

View File

@@ -16,11 +16,6 @@ let
else
wofi -p " Apps" --show drun
fi
# if pgrep tofi; then
# pkill tofi
# else
# tofi-drun --drun-launch=true
# fi
'';
powermenu = pkgs.writeShellScriptBin "powermenu"
@@ -28,8 +23,6 @@ let
''
if pgrep wofi; then
pkill wofi
# if pgrep tofi; then
# pkill tofi
else
options=(
"󰌾 Lock"
@@ -68,8 +61,6 @@ let
''
if pgrep wofi; then
pkill wofi
# if pgrep tofi; then
# pkill tofi
else
options=(
"󰅶 Caffeine"
@@ -79,7 +70,6 @@ let
)
selected=$(printf '%s\n' "''${options[@]}" | wofi -p " Quickmenu" --dmenu)
# selected=$(printf '%s\n' "''${options[@]}" | tofi --prompt-text "> ")
selected=''${selected:2}
case $selected in