mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-27 00:53:42 +02:00
chore: avizo style
This commit is contained in:
parent
927e0021d4
commit
ee0ecf1ef1
2 changed files with 6 additions and 15 deletions
|
@ -1,5 +1,5 @@
|
||||||
[default]
|
[default]
|
||||||
time = 1.0
|
time = 0.8
|
||||||
width = 240
|
width = 240
|
||||||
height = 180
|
height = 180
|
||||||
padding = 16
|
padding = 16
|
||||||
|
@ -18,15 +18,6 @@ fade-in = 0.2
|
||||||
# Sets the fade out animation duration in seconds.
|
# Sets the fade out animation duration in seconds.
|
||||||
;fade-out = 0.5
|
;fade-out = 0.5
|
||||||
|
|
||||||
# The color of the notification background in format: rgba([0, 255], [0, 255], [0, 255], [0, 1]).
|
background = rgba(255, 255, 255, 0.4)
|
||||||
background = rgba(255, 255, 255, 0.2)
|
bar-fg-color = rgba(23, 23, 23, 0.8)
|
||||||
|
;border-color = rgba(90, 90, 90, 0.8)
|
||||||
# Sets the color of the notification border in format rgba([0, 255], [0, 255], [0, 255], [0, 1]).
|
|
||||||
;border-color = rgba(90, 90, 90, 0.8)
|
|
||||||
|
|
||||||
# The color of the filled bar blocks in format: rgba([0, 255], [0, 255], [0, 255], [0, 1]).
|
|
||||||
;bar-fg-color = rgba(0, 0, 0, 0.8)
|
|
||||||
|
|
||||||
# The color of the unfilled bar blocks in format rgba([0, 255], [0, 255], [0, 255], [0, 1]).
|
|
||||||
# Defaults to 'background' with 2/3 brightness.
|
|
||||||
;bar-bg-color =
|
|
|
@ -9,10 +9,10 @@ decoration {
|
||||||
blur {
|
blur {
|
||||||
enabled = true
|
enabled = true
|
||||||
size = 6
|
size = 6
|
||||||
passes = 3
|
passes = 1
|
||||||
new_optimizations = on
|
new_optimizations = on
|
||||||
ignore_opacity = true
|
ignore_opacity = true
|
||||||
blurls = avizo
|
# blurls = avizo
|
||||||
# blurls = waybar
|
# blurls = waybar
|
||||||
# xray = true
|
# xray = true
|
||||||
# blurls = dunst
|
# blurls = dunst
|
||||||
|
|
Loading…
Add table
Reference in a new issue