From e57794c04efd10a03fa891c1b0ab464c41bf88a6 Mon Sep 17 00:00:00 2001 From: t470p Date: Wed, 8 May 2024 07:45:27 -0500 Subject: [PATCH] / dim strength 0.6 > 0.1 --- dots/bin/startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/bin/startup.sh b/dots/bin/startup.sh index 666b7c3..366245b 100644 --- a/dots/bin/startup.sh +++ b/dots/bin/startup.sh @@ -5,6 +5,6 @@ hyprpaper & waybar & hypridle & -hyprdim --strength 0.6 --duration 500 --no-dim-when-only --dialog-dim 0.1 & +hyprdim --strength 0.1 --dialog-dim 0.1 --duration 500 --no-dim-when-only & nextcloud &