dunst and xdg-desktop-portal

This commit is contained in:
Sense T 2023-06-29 18:44:17 +08:00
parent f65431365b
commit 841c47b898
2 changed files with 25 additions and 1 deletions

View File

@ -55,7 +55,7 @@
hyprpaper
hyprland-protocols
hyprland-share-picker
xdg-desktop-portal-hyprland
xdg-desktop-portal
];
programs = {

View File

@ -13,6 +13,30 @@
transparency = 20;
corner_radius = 8;
};
urgency_low = {
frame_color = "#3B7C87";
foreground = "#3B7C87";
background = "#191311";
#background = "#2B313C"
timeout = 4;
};
urgency_normal = {
frame_color = "#5B8234";
foreground = "#5B8234";
background = "#191311";
#background = "#2B313C"
timeout = 6;
};
urgency_critical = {
frame_color = "#B7472A";
foreground = "#B7472A";
background = "#191311";
#background = "#2B313C"
timeout = 8;
};
};
};
};