feat: dunst daemon config
This commit is contained in:
17
.config/dunst/dunstrc
Normal file
17
.config/dunst/dunstrc
Normal 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"
|
||||||
@@ -29,7 +29,7 @@ exec-once = swayosd-server
|
|||||||
exec-once = wl-paste -t text --watch clipman store --no-persist
|
exec-once = wl-paste -t text --watch clipman store --no-persist
|
||||||
exec-once = elephant
|
exec-once = elephant
|
||||||
exec-once = walker --gapplication-service
|
exec-once = walker --gapplication-service
|
||||||
exec-once = swaync
|
exec-once = dunst
|
||||||
exec-once = waybar & hyprpaper
|
exec-once = waybar & hyprpaper
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -15,3 +15,11 @@ if not ok then
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
telescope.setup {
|
||||||
|
pickers = {
|
||||||
|
find_files = {
|
||||||
|
hidden = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user