mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04:00
feat: Add box shadows (#64)
Co-authored-by: Erik Reider <35975961+ErikReider@users.noreply.github.com>
This commit is contained in:
parent
1baba77c74
commit
588ea8e290
20 changed files with 388 additions and 13 deletions
|
|
@ -13,7 +13,11 @@ Sway is an incredible window manager, and certainly one of the most well establi
|
|||
|
||||
+ Corner radius: `corner_radius <val>`
|
||||
+ Application saturation: `for_window [CRITERIA HERE] saturation <set|plus|minus> <val 0.0 <-> 2.0>`
|
||||
+ Dim unfocused windows:
|
||||
+ Window shadows:
|
||||
- `shadows on|off`
|
||||
- `shadow_blur_radius <integer value 0 - 100>`
|
||||
- `shadow_color <hex color with alpha> ex, #0000007F`
|
||||
+ Dim unfocused windows:
|
||||
- `dim_inactive <float value 0.0 - 1.0>`
|
||||
- `dim_inactive_colors.unfocused <hex color> ex, #000000FF`
|
||||
- `dim_inactive_colors.urgent <hex color> ex, #900000FF`
|
||||
|
|
@ -22,7 +26,6 @@ Sway is an incredible window manager, and certainly one of the most well establi
|
|||
|
||||
+ fade in / out animations
|
||||
+ window movement animations
|
||||
+ drop shadows
|
||||
+ blur
|
||||
|
||||
## Installation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue