|
|
@ -15,7 +15,7 @@ |
|
|
|
# |
|
|
|
# |
|
|
|
# If this option is set to mouse or keyboard, the monitor option |
|
|
|
# If this option is set to mouse or keyboard, the monitor option |
|
|
|
# will be ignored. |
|
|
|
# will be ignored. |
|
|
|
follow = mouse |
|
|
|
follow = keyboard |
|
|
|
|
|
|
|
|
|
|
|
# The geometry of the window: |
|
|
|
# The geometry of the window: |
|
|
|
# [{width}]x{height}[+/-{x}+/-{y}] |
|
|
|
# [{width}]x{height}[+/-{x}+/-{y}] |
|
|
@ -29,7 +29,7 @@ |
|
|
|
# the top and down respectively. |
|
|
|
# the top and down respectively. |
|
|
|
# The width can be negative. In this case the actual width is the |
|
|
|
# The width can be negative. In this case the actual width is the |
|
|
|
# screen width minus the width defined in within the geometry option. |
|
|
|
# screen width minus the width defined in within the geometry option. |
|
|
|
geometry = "320x5-50+57" |
|
|
|
geometry = "320x5+20+20" |
|
|
|
|
|
|
|
|
|
|
|
# Show how many messages are currently hidden (because of geometry). |
|
|
|
# Show how many messages are currently hidden (because of geometry). |
|
|
|
indicate_hidden = yes |
|
|
|
indicate_hidden = yes |
|
|
@ -41,7 +41,7 @@ |
|
|
|
# The transparency of the window. Range: [0; 100]. |
|
|
|
# The transparency of the window. Range: [0; 100]. |
|
|
|
# This option will only work if a compositing window manager is |
|
|
|
# This option will only work if a compositing window manager is |
|
|
|
# present (e.g. xcompmgr, compiz, etc.). |
|
|
|
# present (e.g. xcompmgr, compiz, etc.). |
|
|
|
transparency = 20 |
|
|
|
transparency = 0 |
|
|
|
|
|
|
|
|
|
|
|
# The height of the entire notification. If the height is smaller |
|
|
|
# The height of the entire notification. If the height is smaller |
|
|
|
# than the font height and padding combined, it will be raised |
|
|
|
# than the font height and padding combined, it will be raised |
|
|
@ -86,7 +86,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
### Text ### |
|
|
|
### Text ### |
|
|
|
|
|
|
|
|
|
|
|
font = Overpass Mono 14 |
|
|
|
font = Fira Code 14 |
|
|
|
|
|
|
|
|
|
|
|
# The spacing between lines. If the height is smaller than the |
|
|
|
# The spacing between lines. If the height is smaller than the |
|
|
|
# font height, it will get raised to the font height. |
|
|
|
# font height, it will get raised to the font height. |
|
|
@ -183,7 +183,7 @@ |
|
|
|
dmenu = /usr/bin/rofi -dmenu -p "Open:" -config ~/.config/rofi/dunst.rasi |
|
|
|
dmenu = /usr/bin/rofi -dmenu -p "Open:" -config ~/.config/rofi/dunst.rasi |
|
|
|
|
|
|
|
|
|
|
|
# Browser for opening urls in context menu. |
|
|
|
# Browser for opening urls in context menu. |
|
|
|
browser = /usr/bin/google-chrome-stable --force-device-scale-factor=1.20 |
|
|
|
browser = /usr/bin/firefox --force-device-scale-factor=1.20 |
|
|
|
|
|
|
|
|
|
|
|
# Always run rule-defined scripts, even if the notification is suppressed |
|
|
|
# Always run rule-defined scripts, even if the notification is suppressed |
|
|
|
always_run_script = true |
|
|
|
always_run_script = true |
|
|
|