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 9cf1c3784a
commit bc47711016
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 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 -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(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 # SwayFX effects
corner_radius 8 corner_radius 8
blur enable blur enable
blur_passes 2 blur_passes 1
blur_radius 5 blur_radius 5
shadows enable shadows enable
default_dim_inactive 0.1 default_dim_inactive 0.1

View File

@@ -3,7 +3,7 @@
exec swaylock \ exec swaylock \
--image "$HOME/.config/sway/wallpapers/maxresdefault.jpg" \ --image "$HOME/.config/sway/wallpapers/maxresdefault.jpg" \
--scaling fill \ --scaling fill \
--indicator-idle-visible \ --indicator-radius 100 \
--ring-color 2f4058 \ --ring-color 2f4058 \
--inside-color 1f1f28 \ --inside-color 1f1f28 \
--line-color 00000000 \ --line-color 00000000 \