Update dunstrc for 1.12
Height has changed from a single int to a tuple
This commit is contained in:
parent
82a0b7f4d5
commit
0b6cfd0cdd
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
font = "Sans 12"
|
font = "Sans 12"
|
||||||
origin = top-left
|
origin = top-left
|
||||||
width = 600
|
width = 600
|
||||||
height = 100
|
height = (0, 100)
|
||||||
offset = 0x0
|
offset = 0x0
|
||||||
padding = 1
|
padding = 1
|
||||||
horizontal_padding = 1
|
horizontal_padding = 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue