From abbb91b6d77761b5a2d1fe34841fd9f777bfed63 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 21 Sep 2020 18:36:01 +0200 Subject: modules/profpatsch/services/dunst: display icons by default --- modules/user/profpatsch/services/dunst.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/user') diff --git a/modules/user/profpatsch/services/dunst.nix b/modules/user/profpatsch/services/dunst.nix index 08e430b1..a5d3b701 100644 --- a/modules/user/profpatsch/services/dunst.nix +++ b/modules/user/profpatsch/services/dunst.nix @@ -72,6 +72,7 @@ in { vuizvui.services.profpatsch.dunst.settings = { global = { + icon_position = "left"; icon_path = let theme = cfg.iconTheme; @@ -89,6 +90,7 @@ in { "places" "status" "stock" + "legacy" ]; in lib.concatMapStringsSep ":" (category: "${cfg.iconTheme.package}/share/icons/${theme.name}/${themeSize}/${category}") -- cgit 1.4.1