Dunst shenanigans

This commit is contained in:
2024-02-06 00:29:43 +01:00
parent 8374ef55d4
commit 25398c0d47

View File

@@ -29,8 +29,12 @@
# the top and down respectively.
# The width can be negative. In this case the actual width is the
# screen width minus the width defined in within the geometry option.
geometry = "400x10-600+35"
#
#geometry = "400x10-600+35"
width = 400
height = 600
origin = top-right
offset = 10x35
# Turn on the progess bar
progress_bar = true
@@ -60,11 +64,6 @@
# present (e.g. xcompmgr, compiz, etc.).
transparency = 30
# The height of the entire notification. If the height is smaller
# than the font height and padding combined, it will be raised
# to the font height and padding.
notification_height = 0
# Draw a line of "separator_height" pixel height between two
# notifications.
# Set to 0 to disable.
@@ -81,7 +80,7 @@
# Defines width in pixels of frame around the notification window.
# Set to 0 to disable.
frame_width = 0
frame_width = 1
# Defines color of the frame around the notification window.
#frame_color = "#aaaaaa00"
@@ -96,7 +95,7 @@
frame_color = "#8AADF4"
frame_color = "#ED8796"
separator_color= frame
@@ -112,7 +111,7 @@
### Text ###
font = Monospace 8
font = SauceCodePro Nerd Font Propo 8
# The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height.
@@ -189,19 +188,22 @@
### Icons ###
enable_recursive_icon_lookup = true
icon_theme = Papirus-Dark
# Align icons left/right/off
icon_position = left
# Scale small icons up to this size, set to 0 to disable. Helpful
# for e.g. small files or high-dpi screens. In case of conflict,
# max_icon_size takes precedence over this.
min_icon_size = 0
min_icon_size = 16
# Scale larger icons down to this size, set to 0 to disable
max_icon_size = 32
# Paths to default icons.
icon_path = /usr/share/icons/Adwaita/16x16/status/:/usr/share/icons/Adwaita/16x16/devices/
icon_path = /usr/share/icons/Papirus-Dark/16x16/actions/:/usr/share/icons/Papirus-Dark/16x16/devices/
### History ###
@@ -229,20 +231,6 @@
# Define the class of the windows spawned by dunst
class = Dunst
# Print a notification on startup.
# This is mainly for error detection, since dbus (re-)starts dunst
# automatically after a crash.
startup_notification = true
# Manage dunst's desire for talking
# Can be one of the following values:
# crit: Critical features. Dunst aborts
# warn: Only non-fatal warnings
# mesg: Important Messages
# info: all unimportant stuff
# debug: all less than unimportant stuff
verbosity = mesg
# Define the corner radius of the notification window
# in pixel size. If the radius is 0, you have no rounded
# corners.
@@ -332,16 +320,16 @@
[urgency_low]
background = "#24273A"
foreground = "#CAD3F5"
foreground = "#6E738D"
[urgency_normal]
background = "#24273A"
foreground = "#CAD3F5"
[urgency_critical]
background = "#24273A"
foreground = "#CAD3F5"
frame_color = "#F5A97F"
background = "#ED8796"
foreground = "#24273A"
frame_color = "#EED49F"
#[urgency_low]
## IMPORTANT: colors have to be defined in quotation marks.