fix(themes: xresources): reduce useless gap size and increase border width
Closes: https://github.com/awesomeWM/awesome/pull/386.
This commit is contained in:
parent
e023fd0640
commit
32a4a0e261
|
@ -25,8 +25,8 @@ theme.fg_focus = theme.bg_normal
|
||||||
theme.fg_urgent = theme.bg_normal
|
theme.fg_urgent = theme.bg_normal
|
||||||
theme.fg_minimize = theme.bg_normal
|
theme.fg_minimize = theme.bg_normal
|
||||||
|
|
||||||
theme.useless_gap = dpi(5)
|
theme.useless_gap = dpi(3)
|
||||||
theme.border_width = dpi(1)
|
theme.border_width = dpi(2)
|
||||||
theme.border_normal = xrdb.color0
|
theme.border_normal = xrdb.color0
|
||||||
theme.border_focus = theme.bg_focus
|
theme.border_focus = theme.bg_focus
|
||||||
theme.border_marked = xrdb.color10
|
theme.border_marked = xrdb.color10
|
||||||
|
|
Loading…
Reference in New Issue