add swayfx (vfx ricing)
This commit is contained in:
parent
b7e31f6e2d
commit
6a9847df78
2 changed files with 30 additions and 0 deletions
11
README.md
11
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
|
||||
|
|
19
sway/config.d/swayfx
Normal file
19
sway/config.d/swayfx
Normal 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
|
Loading…
Reference in a new issue