mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
dunst: restyle notification for consistency
This commit is contained in:
parent
48b116e2a6
commit
c6f653f88c
@ -1,5 +1,5 @@
|
||||
[global]
|
||||
font = sans-serif 9.5
|
||||
font = sans 9.5
|
||||
|
||||
# Allow a small subset of html markup:
|
||||
# <b>bold</b>
|
||||
@ -65,7 +65,7 @@
|
||||
# screen width minus the width defined in within the geometry option.
|
||||
|
||||
# 53 = 30 + 23 (bar-height)
|
||||
geometry = "300x5-30+30"
|
||||
geometry = "360x5-30+30"
|
||||
|
||||
# Shrink window if it's smaller than the width. Will be ignored if
|
||||
# width is 0.
|
||||
@ -74,7 +74,7 @@
|
||||
# The transparency of the window. Range: [0; 100].
|
||||
# This option will only work if a compositing windowmanager is
|
||||
# present (e.g. xcompmgr, compiz, etc.).
|
||||
transparency = 10
|
||||
transparency = 15
|
||||
|
||||
# Don't remove messages, if the user is idle (no mouse or keyboard input)
|
||||
# for longer than idle_threshold seconds.
|
||||
@ -118,7 +118,7 @@
|
||||
separator_height = 2
|
||||
|
||||
# Padding between text and separator.
|
||||
padding = 12
|
||||
padding = 15
|
||||
|
||||
# Horizontal padding.
|
||||
horizontal_padding = 16
|
||||
@ -150,7 +150,7 @@
|
||||
|
||||
# Paths to default icons.
|
||||
icon_path = /usr/share/icons/Xenlism-Wildfire/Status/:/usr/share/icons/Xenlism-Wildfire/Devices/:/usr/share/icons/Adwaita/32x32/status:/usr/share/icons/Adwaita/32x32/devices
|
||||
frame_width = 3
|
||||
frame_width = 0
|
||||
frame_color = "#404552"
|
||||
|
||||
[shortcuts]
|
||||
|
Loading…
x
Reference in New Issue
Block a user