diff --git a/README.md b/README.md index 37c637d..a9bb545 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,14 @@ My dotfiles for: - i3 - sway - VS Code +- Claws Mail +- Rofi +- GnuPG +- Git +- WezTerm +- greetd +- fonts +- Waybar +- and whatever other stuff i end up adding but forget to put in this list + +NOTE: Sway uses swayfx now, which has a bunch of effects diff --git a/sway/config.d/swayfx b/sway/config.d/swayfx new file mode 100644 index 0000000..dd43e72 --- /dev/null +++ b/sway/config.d/swayfx @@ -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