]> git.armaanb.net Git - config.org.git/commitdiff
Reduce border sizes on all windows
authorArmaan Bhojwani <me@armaanb.net>
Mon, 26 Apr 2021 03:24:52 +0000 (23:24 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Mon, 26 Apr 2021 03:24:52 +0000 (23:24 -0400)
config.org

index 2dae9b552fd2096bef5177f0637209ffed16510f..f27f87424bc7a99535f50a9a87399c8c18d96407 100644 (file)
@@ -1393,7 +1393,7 @@ Lightweight notification daemon.
   monitor = 0
   sticky_history = yes
   line_height = 0
-  separator_height = 4
+  separator_height = 1
   padding = 8
   horizontal_padding = 8
   max_icon_size = 32
@@ -1403,7 +1403,7 @@ Lightweight notification daemon.
 *** Modes
 #+begin_src conf :tangle ~/.config/dunst/dunstrc
   [frame]
-  width = 3
+  width = 1
   color = "#ffffff"
 
   [shortcuts]
@@ -1440,10 +1440,6 @@ Modus vivendi theme that extends DarkBlue.
           separatorcolor:               @white;
           background:                   rgba ( 34, 34, 34, 100 % );
       }
-
-  window {
-      border: 3;
-  }
 #+end_src
 ** Zathura
 *** Options