mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 00:53:55 -05:00
sway: better shadow configs
This commit is contained in:
parent
4a93bbb33f
commit
0aaef0ab67
|
@ -262,9 +262,11 @@ in {
|
||||||
blur_radius 8
|
blur_radius 8
|
||||||
|
|
||||||
# corner_radius ${toString cfg.theme.borders.radius}
|
# corner_radius ${toString cfg.theme.borders.radius}
|
||||||
|
shadow_blur_radius 8
|
||||||
|
shadow_color ${config.lib.stylix.colors.withHashtag.base00}
|
||||||
|
shadow_offset 4 4
|
||||||
shadows enable
|
shadows enable
|
||||||
shadows_on_csd disable
|
shadows_on_csd disable
|
||||||
shadow_color ${config.lib.stylix.colors.withHashtag.base00}
|
|
||||||
|
|
||||||
default_dim_inactive 0.05
|
default_dim_inactive 0.05
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue