mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
dunst/dunstrc: update
This commit is contained in:
parent
bfc6309e2d
commit
a37a68f244
1 changed files with 5 additions and 5 deletions
|
|
@ -26,13 +26,13 @@
|
|||
width = (300, 500)
|
||||
|
||||
# The maximum height of a single notification, excluding the frame.
|
||||
height = 200
|
||||
height = (0, 200)
|
||||
|
||||
# Position the notification in the top right corner
|
||||
origin = bottom-right
|
||||
|
||||
# Offset from the origin
|
||||
offset = 20x20
|
||||
offset = (10, 50)
|
||||
|
||||
# Scale factor. It is auto-detected if value is 0.
|
||||
scale = 0
|
||||
|
|
@ -135,7 +135,7 @@
|
|||
|
||||
### Text ###
|
||||
|
||||
font = JetBrainsMonoNF-Regular 12
|
||||
font = IosevkaCustom Nerd Font 16
|
||||
|
||||
# The spacing between lines. If the height is smaller than the
|
||||
# font height, it will get raised to the font height.
|
||||
|
|
@ -192,7 +192,7 @@
|
|||
|
||||
# Specify where to make an ellipsis in long lines.
|
||||
# Possible values are "start", "middle" and "end".
|
||||
ellipsize = middle
|
||||
ellipsize = end
|
||||
|
||||
# Ignore newlines '\n' in notifications.
|
||||
ignore_newline = no
|
||||
|
|
@ -347,7 +347,7 @@
|
|||
#default_icon = /path/to/icon
|
||||
|
||||
[urgency_critical]
|
||||
background = "#1a1c2d"
|
||||
background = "#0C0D14"
|
||||
foreground = "#F38BA8"
|
||||
# frame_color = "#F38BA8"
|
||||
timeout = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue