commit 570aebadb52ae88ca9b70358bb4b410bcf3b98f7
parent acae4248491da152431a300e00957d7566f85922
Author: Markus Hanetzok <markus@hanetzok.net>
Date: Sun, 6 Apr 2025 16:46:07 +0200
add dunstrc & update xinitrc
Diffstat:
2 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
@@ -0,0 +1,34 @@
+[global]
+ monitor = 0
+ follow = keyboard
+ width = 370
+ height = (0, 350)
+ origin = top-right
+ offset = (0,19)
+ padding = 2
+ horizontal_padding = 10
+ transparency = 25
+ font = Monospace 12
+ format = "<b>%s</b>\n%b"
+
+[urgency_low]
+ # IMPORTANT: colors have to be defined in quotation marks.
+ # Otherwise the "#" and following would be interpreted as a comment.
+ background = "#282a36"
+ foreground = "#6272a4"
+ timeout = 10
+ # Icon for notifications with low urgency, uncomment to enable
+ #new_icon = /path/to/icon
+
+[urgency_normal]
+ background = "#282a36"
+ foreground = "#bd93f9"
+ timeout = 10
+ # Icon for notifications with normal urgency, uncomment to enable
+ #new_icon = /path/to/icon
+
+[urgency_critical]
+ background = "#ff5555"
+ foreground = "#f8f8f2"
+ frame_color = "#ff5555"
+ timeout = 0
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc
@@ -3,6 +3,7 @@ setxkbmap eu &
xbacklight -set 10 &
feh --bg-fill "$XDG_DATA_HOME"/wallpaper.png &
xset r rate 200 50 &
+dunst &
picom &
status &
mpd &