142 current 2024-12-31 07:18:08 25.05.20241217.d3c42f1 6.6.66 *

This commit is contained in:
2024-12-31 07:18:15 -05:00
parent eaa63a7d0a
commit 6f87bbc159

View File

@@ -59,6 +59,28 @@
mouse_middle_click = "do_action, close_current"; mouse_middle_click = "do_action, close_current";
mouse_right_click = "close_all"; mouse_right_click = "close_all";
}; };
experimental = {
per_monitor_dpi = false;
};
urgency_low = {
background = "#000000";
foreground = "#EBDBB2";
timeout = 3;
};
urgency_normal = {
background = "#000000";
foreground = "#EBDBB2";
timeout = 3;
};
urgency_critical = {
background = "#000000";
foreground = "#EBDBB2";
timeout = 3;
};
}; };
}; };
} }