fix(themes: xresources): reduce useless gap size and increase border width

Closes: https://github.com/awesomeWM/awesome/pull/386.
This commit is contained in:
actionless 2015-09-03 00:42:51 +02:00 committed by Daniel Hahler
parent e023fd0640
commit 32a4a0e261
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ theme.fg_focus = theme.bg_normal
theme.fg_urgent = theme.bg_normal
theme.fg_minimize = theme.bg_normal
theme.useless_gap = dpi(5)
theme.border_width = dpi(1)
theme.useless_gap = dpi(3)
theme.border_width = dpi(2)
theme.border_normal = xrdb.color0
theme.border_focus = theme.bg_focus
theme.border_marked = xrdb.color10