Hyprland: Correct dunst offset to match other windows
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user