diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-07-22 21:49:34 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-07-22 22:07:01 -0700 |
commit | c37c53992dc09287915f7db4d58aedf844ede220 (patch) | |
tree | 946c01d7e6851bf7990272b233931be33e920a3f /dots/sway/.config/sway/config.d/swayfx | |
parent | 988d0b06dbfbe46e32e10d56f6bda5c0653616e0 (diff) | |
download | dotfiles-c37c53992dc09287915f7db4d58aedf844ede220.tar.gz dotfiles-c37c53992dc09287915f7db4d58aedf844ede220.zip |
initial linux dots
Diffstat (limited to 'dots/sway/.config/sway/config.d/swayfx')
-rw-r--r-- | dots/sway/.config/sway/config.d/swayfx | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dots/sway/.config/sway/config.d/swayfx b/dots/sway/.config/sway/config.d/swayfx new file mode 100644 index 0000000..204c3b5 --- /dev/null +++ b/dots/sway/.config/sway/config.d/swayfx @@ -0,0 +1,14 @@ +layer_effects "waybar" blur enable; shadows disable; +layer_effects "gtk-layer-shell" blur enable; shadows enable; corner_radius 13 +layer_effects "wofi" blur enable; shadows enable; corner_radius 13 + +smart_corner_radius enable +corner_radius 15 +shadows enable +shadows_on_csd enable +shadow_blur_radius 20 + +blur enable +blur_xray disable +blur_passes 4 +blur_radius 4 |