]> git.rmz.io Git - dotfiles.git/commitdiff
awesome: increase border and decrease gap
authorSamir Benmendil <me@rmz.io>
Mon, 1 Feb 2016 22:17:50 +0000 (22:17 +0000)
committerSamir Benmendil <me@rmz.io>
Mon, 1 Feb 2016 22:17:50 +0000 (22:17 +0000)
awesome/themes/mlp/theme.lua

index fff8ba7bf33c38c2c0d8780657cb966ae1179c7d..f603a7d30c20e1d5f3ea95b2cd131c03990299e3 100644 (file)
@@ -19,7 +19,7 @@ theme.fg_focus      = "#ffffff"
 theme.fg_urgent     = "#ffffff"
 theme.fg_minimize   = "#ffffff"
 
-theme.border_width  = 1
+theme.border_width  = 2
 theme.border_normal = "#000000"
 theme.border_focus  = "#535d6c"
 theme.border_marked = "#91231c"
@@ -90,7 +90,7 @@ theme.layout_tiletop    = theme.path.."/layouts/tiletopw.png"
 theme.layout_spiral     = theme.path.."/layouts/spiralw.png"
 theme.layout_dwindle    = theme.path.."/layouts/dwindlew.png"
 -- lain stuff
-theme.useless_gap_width = 20
+theme.useless_gap_width = 10
 theme.lain_icons = "/usr/share/awesome/lib/lain/icons/layout/default/"
 theme.layout_uselessfairh      = theme.path.."/layouts/fairhw.png"
 theme.layout_uselessfair       = theme.path.."/layouts/fairvw.png"