Compare commits
2 commits
096aebb256
...
5c301cfdf5
Author | SHA1 | Date | |
---|---|---|---|
|
5c301cfdf5 | ||
|
0c5f79d3f0 |
2 changed files with 8 additions and 4 deletions
1
bin/heroic
Symbolic link
1
bin/heroic
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
waylectron
|
|
@ -38,10 +38,6 @@ general {
|
||||||
# Decoration
|
# Decoration
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 5
|
rounding = 5
|
||||||
blur = yes
|
|
||||||
blur_size = 3
|
|
||||||
blur_passes = 1
|
|
||||||
blur_new_optimizations = on
|
|
||||||
|
|
||||||
drop_shadow = yes
|
drop_shadow = yes
|
||||||
shadow_range = 4
|
shadow_range = 4
|
||||||
|
@ -49,6 +45,13 @@ decoration {
|
||||||
col.shadow = rgba(1a1a1aee)
|
col.shadow = rgba(1a1a1aee)
|
||||||
|
|
||||||
inactive_opacity = 0.9
|
inactive_opacity = 0.9
|
||||||
|
|
||||||
|
blur {
|
||||||
|
enabled = yes
|
||||||
|
size = 3
|
||||||
|
passes = 1
|
||||||
|
#new_optimizations = on
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Animations
|
# Animations
|
||||||
|
|
Loading…
Reference in a new issue