add swayfx (vfx ricing)
This commit is contained in:
parent
b7e31f6e2d
commit
6a9847df78
2 changed files with 30 additions and 0 deletions
sway/config.d
19
sway/config.d/swayfx
Normal file
19
sway/config.d/swayfx
Normal file
|
@ -0,0 +1,19 @@
|
|||
# blur
|
||||
blur enable
|
||||
|
||||
# shadows
|
||||
shadows enable
|
||||
shadows_on_csd enable
|
||||
# the docs say the max is 100, it's actually 99 (csd = client-side decoration)
|
||||
shadow_blur_radius 5
|
||||
shadow_color #cba6f7f7
|
||||
shadow_inactive_color #cba6f7e7
|
||||
|
||||
# other
|
||||
corner_radius 12
|
||||
|
||||
# waybar config
|
||||
layer_effects 'waybar' 'blur enable; shadows disable; corner_radius 12'
|
||||
|
||||
titlebar_separator disable
|
||||
gaps inner 1
|
Loading…
Add table
Add a link
Reference in a new issue