1

Hyprland: Correct dunst offset to match other windows

This commit is contained in:
2024-10-13 18:10:21 +02:00
parent bebd70ba82
commit 6649b0b209

View File

@ -328,7 +328,7 @@ in {
global = { global = {
monitor = 1; monitor = 1;
font = "${color.font} 11"; font = "${color.font} 11";
offset = "20x20"; offset = "10x10";
background = "#${color.light.base}"; background = "#${color.light.base}";
foreground = "#${color.light.text}"; foreground = "#${color.light.text}";
frame_width = 2; frame_width = 2;