mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-06 08:14:20 +02:00
dunst: add rounded corners
This commit is contained in:
parent
295029cf43
commit
d56b058b71
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
# Appearance
|
# Appearance
|
||||||
width = 400
|
width = 400
|
||||||
offset = 3x17
|
offset = 5x17
|
||||||
origin = top-right
|
origin = top-right
|
||||||
indicate_hidden = yes
|
indicate_hidden = yes
|
||||||
shrink = no
|
shrink = no
|
||||||
|
@ -20,6 +20,7 @@
|
||||||
transparency = 5
|
transparency = 5
|
||||||
font = Cantarell 10
|
font = Cantarell 10
|
||||||
line_height = 0
|
line_height = 0
|
||||||
|
corner_radius = 5
|
||||||
|
|
||||||
# Put urgent notifications on top
|
# Put urgent notifications on top
|
||||||
sort = yes
|
sort = yes
|
||||||
|
@ -68,7 +69,6 @@
|
||||||
always_run_script = true
|
always_run_script = true
|
||||||
title = Dunst
|
title = Dunst
|
||||||
class = Dunst
|
class = Dunst
|
||||||
corner_radius = 0
|
|
||||||
ignore_dbusclose = false
|
ignore_dbusclose = false
|
||||||
|
|
||||||
# Mouse
|
# Mouse
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue