mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 18:33:55 -05:00
sway: improve blur_radius and transparency defaults
This commit is contained in:
parent
bfd4703747
commit
4a93bbb33f
|
@ -259,11 +259,12 @@ in {
|
|||
== pkgs.swayfx) ''
|
||||
blur enable
|
||||
blur_passes 2
|
||||
blur_radius 8
|
||||
|
||||
# corner_radius ${toString cfg.theme.borders.radius}
|
||||
shadows enable
|
||||
shadows_on_csd disable
|
||||
shadow_color ${config.lib.stylix.colors.withHashtag."base00"}CC
|
||||
shadow_color ${config.lib.stylix.colors.withHashtag.base00}
|
||||
|
||||
default_dim_inactive 0.05
|
||||
|
||||
|
|
Loading…
Reference in a new issue