tokyo-night dunst

This commit is contained in:
joelchrono12 2023-01-17 20:31:58 -06:00
parent 169dd71ee3
commit adac873b1c
Signed by: chrono
GPG Key ID: E23D9C7FA57497A6
1 changed files with 46 additions and 32 deletions

View File

@ -1,9 +1,32 @@
# See dunst(5) for all configuration options
[global]
### Display ###
monitor = 0
follow = mouse
geometry = "0x4-8+30"
### Geometry ###
# dynamic width from 0 to 300
# width = (0, 300)
# constant width of 300
width = 300
# The maximum height of a single notification, excluding the frame.
height = 300
# Position the notification in the top right corner
origin = top-right
# Offset from the origin
offset = 25x45
# Scale factor. It is auto-detected if value is 0.
scale = 0
# Maximum number of notification (0 means no limit)
notification_limit = 4
# Turn on the progess bar
progress_bar = true
@ -32,17 +55,12 @@
# The transparency of the window. Range: [0; 100].
# This option will only work if a compositing window manager is
# present (e.g. xcompmgr, compiz, etc.).
transparency = 0
# 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 = 2
transparency = 12
# Draw a line of "separator_height" pixel height between two
# notifications.
# Set to 0 to disable.
separator_height = 3
separator_height = 0
# Padding between text and separator.
padding = 8
@ -55,18 +73,19 @@
# Defines width in pixels of frame around the notification window.
# Set to 0 to disable.
frame_width = 1
frame_width = 2
# Defines color of the frame around the notification window.
frame_color = "#a3be8c"
#bar_color[1] = rgb:2e/34/40,rgb:eb/cb/8b,rgb:a3/be/8c,rgb:bf/61/6a,rgb:b4/8e/
# Green From Tokyo-Night
frame_color = "#7aa2f7"
# Define a color for the separator.
# possible values are:
# * auto: dunst tries to find a color fitting to the background;
# * foreground: use the same color as the foreground;
# * frame: use the same color as the frame;
# * anything else will be interpreted as a X color.
separator_color = auto
separator_color = "#ad8ee6"
highlight = "#9ece6a"
# Sort messages by urgency.
sort = yes
@ -80,7 +99,7 @@
### Text ###
font = BlexMono Nerd Font 10
font = mononoki Nerd Font 11
# The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height.
@ -163,13 +182,14 @@
# 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 = 36
min_icon_size = 15
# Scale larger icons down to this size, set to 0 to disable
max_icon_size = 42
# Paths to default icons.
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
# icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
icon_path = /usr/share/icons/Papirus-Dark/24x24/status/:/usr/share/icons/Papirus-Dark/24x24/
### History ###
@ -197,11 +217,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 = false
# Manage dunst's desire for talking
# Can be one of the following values:
# crit: Critical features. Dunst aborts
@ -209,14 +224,13 @@
# 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.
# The radius will be automatically lowered if it exceeds half of the
# notification height to avoid clipping text and/or icons.
corner_radius = 7
corner_radius = 12
# Ignore the dbus closeNotification message.
# Useful to enforce the timeout set by dunst configuration. Without this
@ -301,25 +315,25 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#434c5e"
foreground = "eceff4"
# Otherwise the "#" and following would be interpreted as a comment.
background= "#1a1b26"
foreground= "#787c99"
timeout = 6
# Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon
[urgency_normal]
background = "#434c5e"
foreground = "#eceff4"
timeout = 6
background= "#24283b"
foreground= "#a9b1d6"
timeout = 10
# Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon
[urgency_critical]
background = "#900000"
foreground = "#eceff4"
frame_color = "#ff0000"
background = "#ff7a93"
foreground = "#1a1b26"
frame_color ="#f7768e"
timeout = 0
# Icon for notifications with critical urgency, uncomment to enable
#icon = /path/to/icon