commit ca8aa70ba299c1284bd2b1ad8c8e3dd97aa36e36 parent 2ba30a711092b7fd1b12ed75b5b0264cc2d5674e Author: Vincent Demeester <vincent@sbr.pm> Date: Sun, 17 Feb 2019 13:04:44 +0100 i3: update dunst configuration 🦆 Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | modules/profiles/i3.nix | | | 23 | ++++++++++++++++++++++- |
1 file changed, 22 insertions(+), 1 deletion(-)
diff --git a/modules/profiles/i3.nix b/modules/profiles/i3.nix @@ -31,7 +31,28 @@ in ]; programs.rofi.enable = true; services = { - dunst.enable = true; + dunst = { + enable = true; + settings = { + global = { + geometry = "500x5-10+10"; + follow = "keyboard"; + frame_color = "#cccccc"; + font = "Fira Code 10"; + indicate_hidden = "yes"; + separator_height = 1; + padding = 8; + horizontal_padding = 8; + frame_width = 2; + sort = "yes"; + markup = "full"; + format = "<b>%s</b>\n%b"; + ignore_newline = "no"; + stack_duplicates = true; + show_indicators = "yes"; + }; + }; + }; udiskie.enable = true; network-manager-applet.enable = true; screen-locker = {