mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
sway: reduce blur_passes, tune lockscreen indicator
This commit is contained in:
@@ -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)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user