mirror of
https://github.com/swaywm/sway.git
synced 2026-04-21 06:46:22 -04:00
feat: Add box shadows (#64)
Co-authored-by: Erik Reider <35975961+ErikReider@users.noreply.github.com>
This commit is contained in:
parent
1baba77c74
commit
588ea8e290
20 changed files with 388 additions and 13 deletions
|
|
@ -24,6 +24,10 @@ set $menu dmenu_path | dmenu | xargs swaymsg exec --
|
|||
# window corner radius in px
|
||||
corner_radius 10
|
||||
|
||||
shadows off
|
||||
shadow_blur_radius 20
|
||||
shadow_color #0000007F
|
||||
|
||||
# inactive window fade amount. 0.0 = no dimming, 1.0 = fully dimmed
|
||||
dim_inactive 0.0
|
||||
dim_inactive_colors.unfocused #000000FF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue