diff options
| author | silly <u65487754@gmail.com> | 2026-03-09 22:28:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-09 22:28:35 +0100 |
| commit | 469cafd603f241d7ce65b90be02bdf938d408214 (patch) | |
| tree | 7f0695d7d1a018a8f6a70fceb7a8e0406795d336 /.config/scripts/settings.sh | |
| parent | 22f3f597e6b8d24388636ad94661193cdd94e40c (diff) | |
Update settings.sh
Diffstat (limited to '.config/scripts/settings.sh')
| -rw-r--r-- | .config/scripts/settings.sh | 12 |
1 files changed, 6 insertions, 6 deletions
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 ;; |
