blob: 4fb10b70f4083fef98053c31d840d05dfcd1e153 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
### Set borders
gaps inner 10
for_window [class="^.*"] border pixel 2
### Colors
# class border backgr. text indicator child_border
client.background #14171d
client.focused #4d4754 #14171d #ffffff #ada0a8 #4d4754
client.focused_inactive #4d4754 #14171d #ffffff #4d4754 #14171d
client.focused_tab_title #4d4754 #14171d #ffffff
client.unfocused #14171d #14171d #ffffff #4d4754 #14171d
client.urgent #cc5c5c #a63a3a #ffffff #cc5c5c #a63a3a
### SwayFX
corner_radius $radius
smart_corner_radius $radius
shadows $shadows
shadows_on_csd $shadows
shadow_blur_radius $shadow_blur
blur $blur
blur_radius $blur_radius
blur_passes $blur_passes
### Output configuration
output * bg $bg fill
|