sway: reduce blur_passes, tune lockscreen indicator

This commit is contained in:
Fabio Scotto di Santolo
2026-05-17 22:21:25 +02:00
parent 6bb1895201
commit 8b647057e0
3 changed files with 5 additions and 3 deletions

View File

@@ -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)"
]
}
}

View File

@@ -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

View File

@@ -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 \