switch from dunst to wired

This commit is contained in:
2025-09-15 22:14:12 -07:00
parent c16abd979b
commit a96fffb78c
6 changed files with 3909 additions and 5 deletions
+3 -3
View File
@@ -27,7 +27,7 @@
# 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
transparency = 0
# Draw a line of "separator_height" pixel height between two
# notifications.
@@ -67,7 +67,7 @@
### Text ###
font = Iosevka 12
font = Hack Nerd Font 14
# The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height.
@@ -233,7 +233,7 @@
# dunst will attempt to calculate an appropriate dpi value for each monitor
# using the resolution and physical size. This might be useful in setups
# where there are multiple screens with very different dpi values.
per_monitor_dpi = false
per_monitor_dpi = false
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
killall -q dunst
dunst --startup-notification true &
dunst -startup_notification &