about summary refs log tree commit diff
path: root/modules/user/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2020-09-21 18:36:01 +0200
committerProfpatsch <mail@profpatsch.de>2020-09-21 18:36:01 +0200
commitabbb91b6d77761b5a2d1fe34841fd9f777bfed63 (patch)
tree56d1ab93eb1d616278793d77830fae8f86b77e13 /modules/user/profpatsch
parentf774d0e7f8a4047f3e167d3e58a64fb05e9424c2 (diff)
modules/profpatsch/services/dunst: display icons by default
Diffstat (limited to 'modules/user/profpatsch')
-rw-r--r--modules/user/profpatsch/services/dunst.nix2
1 files changed, 2 insertions, 0 deletions
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}")