add swayfx (vfx ricing)

This commit is contained in:
askiiart 2024-11-15 17:33:38 -06:00
parent b7e31f6e2d
commit 6a9847df78
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
2 changed files with 30 additions and 0 deletions

View file

@ -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

19
sway/config.d/swayfx Normal file
View file

@ -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