From 8b647057e06180ac8a78f88b48633a2309ab0d68 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Sun, 17 May 2026 22:21:25 +0200 Subject: [PATCH] sway: reduce blur_passes, tune lockscreen indicator --- .claude/settings.local.json | 4 +++- dotfiles/desktop/.config/sway/config | 2 +- dotfiles/desktop/.config/sway/scripts/lockscreen | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index eaa528f..24a0f9e 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -11,7 +11,9 @@ "Bash(git -C /home/fscotto/AnsiblePlaybook status --short)", "Bash(git -C /home/fscotto/AnsiblePlaybook log --oneline --all -- ansible/inventory/host_vars/nymph.yml ansible/roles/profile_desktop_host/tasks/nymph.yml 'dotfiles/nymph/*')", "Bash(git *)", - "Bash(wlogout --help)" + "Bash(wlogout --help)", + "Bash(xbps-query *)", + "Bash(xbps-install --dry-run gtklock)" ] } } diff --git a/dotfiles/desktop/.config/sway/config b/dotfiles/desktop/.config/sway/config index 1f3c37f..c69bb66 100644 --- a/dotfiles/desktop/.config/sway/config +++ b/dotfiles/desktop/.config/sway/config @@ -40,7 +40,7 @@ output * bg ~/.config/sway/wallpapers/wallpaper-161664.jpg center # SwayFX effects corner_radius 8 blur enable -blur_passes 2 +blur_passes 1 blur_radius 5 shadows enable default_dim_inactive 0.1 diff --git a/dotfiles/desktop/.config/sway/scripts/lockscreen b/dotfiles/desktop/.config/sway/scripts/lockscreen index 3199af7..789bc96 100755 --- a/dotfiles/desktop/.config/sway/scripts/lockscreen +++ b/dotfiles/desktop/.config/sway/scripts/lockscreen @@ -3,7 +3,7 @@ exec swaylock \ --image "$HOME/.config/sway/wallpapers/maxresdefault.jpg" \ --scaling fill \ - --indicator-idle-visible \ + --indicator-radius 100 \ --ring-color 2f4058 \ --inside-color 1f1f28 \ --line-color 00000000 \