feat: avizo config
This commit is contained in:
parent
7a1f3ad5f0
commit
927e0021d4
2 changed files with 11 additions and 22 deletions
|
@ -1,37 +1,25 @@
|
|||
[default]
|
||||
time = 1.0
|
||||
width = 250
|
||||
width = 240
|
||||
height = 180
|
||||
padding = 20
|
||||
border-radius = 16
|
||||
padding = 16
|
||||
y-offset = 0.7
|
||||
border-radius = 12
|
||||
border-width = 0
|
||||
block-height = 16
|
||||
block-spacing = 1
|
||||
block-count = 20
|
||||
|
||||
;image-base-dir =
|
||||
;image-opacity = 1.0
|
||||
|
||||
# A relative offset of the notification to the top of the screen.
|
||||
# Allowed values range from 0 (top) to 1.0 (bottom).
|
||||
;y-offset = 0.75
|
||||
|
||||
# Sets the border width of the notification in px.
|
||||
;border-width = 6
|
||||
|
||||
# The block height of the progress indicator.
|
||||
;block-height = 16
|
||||
|
||||
# The spacing between blocks in the progress indicator.
|
||||
;block-spacing = 2
|
||||
|
||||
# Sets the amount of blocks in the progress indicator.
|
||||
;block-count = 20
|
||||
|
||||
# Sets the fade in animation duration in seconds.
|
||||
;fade-in = 0.2
|
||||
fade-in = 0.2
|
||||
|
||||
# Sets the fade out animation duration in seconds.
|
||||
;fade-out = 0.5
|
||||
|
||||
# The color of the notification background in format: rgba([0, 255], [0, 255], [0, 255], [0, 1]).
|
||||
background = rgba(160, 160, 160, 0.5)
|
||||
background = rgba(255, 255, 255, 0.2)
|
||||
|
||||
# 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)
|
||||
|
|
|
@ -12,6 +12,7 @@ decoration {
|
|||
passes = 3
|
||||
new_optimizations = on
|
||||
ignore_opacity = true
|
||||
blurls = avizo
|
||||
# blurls = waybar
|
||||
# xray = true
|
||||
# blurls = dunst
|
||||
|
|
Loading…
Add table
Reference in a new issue