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
+1
View File
@@ -1,4 +1,5 @@
Xcursor.size: 16
Xft.dpi: 96
Xft.autohint: 1
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintfull
+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 &
+2 -1
View File
@@ -194,7 +194,8 @@ hide_edge_borders none
gaps inner 0
gaps outer 0
exec_always --no-startup-id ~/.config/wired/start.sh
exec_always --no-startup-id feh --bg-scale --randomize ~/.wallpapers/
# wal -i ~/.wallpapers
exec_always --no-startup-id ~/.config/dunst/start.sh
#exec_always --no-startup-id ~/.config/dunst/start.sh
exec_always --no-startup-id ~/.config/polybar/launch.sh
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
killall -q wired
wired &
+3898
View File
File diff suppressed because it is too large Load Diff