From 469cafd603f241d7ce65b90be02bdf938d408214 Mon Sep 17 00:00:00 2001 From: silly Date: Mon, 9 Mar 2026 22:28:35 +0100 Subject: Update settings.sh --- .config/scripts/settings.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.config/scripts') diff --git a/.config/scripts/settings.sh b/.config/scripts/settings.sh index 2a2c467..6c21fb0 100644 --- a/.config/scripts/settings.sh +++ b/.config/scripts/settings.sh @@ -32,14 +32,14 @@ case "$choice" in hyprctl reload > /dev/null killall dunst && dunst & - + if pgrep -x "btop" > /dev/null; then pkill -x "btop" - sleep 0.2 + sleep 0.1 kitty btop & fi - sleep 0.2 + sleep 0.1 notify-send "toggled" "rounded" else sed -i '/@dynamic_rounding/c\ rounding = 0 # @dynamic_rounding' "$HYPR_CONF" @@ -54,14 +54,14 @@ case "$choice" in hyprctl reload > /dev/null killall dunst && dunst & - + if pgrep -x "btop" > /dev/null; then pkill -x "btop" - sleep 0.2 + sleep 0.1 kitty btop & fi - sleep 0.2 + sleep 0.1 notify-send "toggled" "sharp" fi ;; -- cgit v1.3.1