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