feat: dunst daemon config

This commit is contained in:
2026-02-08 16:01:58 +01:00
parent db3f706298
commit 593895c78b
3 changed files with 26 additions and 1 deletions

17
.config/dunst/dunstrc Normal file
View File

@@ -0,0 +1,17 @@
[global]
frame_color = "#89b4fa"
separator_color= frame
highlight = "#89b4fa"
[urgency_low]
background = "#1e1e2e"
foreground = "#cdd6f4"
[urgency_normal]
background = "#1e1e2e"
foreground = "#cdd6f4"
[urgency_critical]
background = "#1e1e2e"
foreground = "#cdd6f4"
frame_color = "#fab387"

View File

@@ -29,7 +29,7 @@ exec-once = swayosd-server
exec-once = wl-paste -t text --watch clipman store --no-persist
exec-once = elephant
exec-once = walker --gapplication-service
exec-once = swaync
exec-once = dunst
exec-once = waybar & hyprpaper

View File

@@ -15,3 +15,11 @@ if not ok then
return
end
telescope.setup {
pickers = {
find_files = {
hidden = true
}
}
}