[dunst] Make things look a bit less hideous

This commit is contained in:
Ivan Malison 2023-09-13 20:11:21 -06:00
parent 4bee02686e
commit 742cf69841
2 changed files with 8 additions and 1 deletions

View File

@ -54,7 +54,7 @@
# in "${family} ${weight} 11";
frame_width = 2;
separator_color = "frame";
transparency = 0;
transparency = 30;
line_height = 1;
idle_threshold = 120;
@ -80,6 +80,12 @@
experimental = {per_monitor_dpi = true;};
fullscreen_pushback_everything = {fullscreen = "pushback";};
global = {
highlight = "#ffffff";
foreground = "#ffffff";
background = "#000000";
frame_color = "#ffffff";
};
};
# // optionalAttrs (active != null) {
# urgency_low = let

View File

@ -110,6 +110,7 @@ makeEnable config "modules.xmonad" true {
"! name~=''" # Qtile == empty wm_class..
"window_type = 'dock'"
"window_type = 'desktop'"
"class_g ?= 'Dunst'"
];
corner-radius = 10;