Change deprecated dunst options
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m47s
Periodic flake update / flake-update (push) Successful in 2m24s

This commit is contained in:
Torjus Håkestad 2025-05-16 11:19:21 +02:00
parent f44246e29b
commit 19e4ba5eea

View File

@ -1,6 +1,4 @@
{
config,
lib,
pkgs,
...
}:
@ -14,13 +12,12 @@
};
settings = {
global = {
rounded = "yes";
origin = "top-right";
monitor = "4";
alignment = "left";
vertical_alignment = "center";
width = "400";
height = "400";
width = "(0, 400)";
height = "(0, 400)";
scale = 0;
gap_size = 0;
progress_bar = true;
@ -44,7 +41,7 @@
format = "<b>%s</b>\\n%b"; # format = "<span foreground='#f3f4f5'><b>%s %p</b></span>\n%b"
frame_color = "#232323";
frame_width = 1;
offset = "15x15";
offset = "(15, 15)";
horizontal_padding = 10;
icon_position = "left";
indicate_hidden = "yes";
@ -54,7 +51,6 @@
mouse_middle_click = "close_current";
mouse_right_click = "close_all";
padding = 10;
plain_text = "no";
separator_height = 2;
show_indicators = "yes";
shrink = "no";