mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-13 03:34:22 +02:00
theme: double the border width
This commit is contained in:
parent
45697bfbb1
commit
fcc3869022
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ local theme = loadrc("../themes/nice-and-clean-theme/theme")
|
|||
if theme then
|
||||
theme.wallpaper_cmd = { "/bin/true" }
|
||||
theme.font = "DejaVu Sans 9"
|
||||
theme.border_width = 2
|
||||
theme.border_width = 4
|
||||
theme.border_normal = "#00000000"
|
||||
theme.border_focus = theme.border_focus .. "66"
|
||||
theme.border_marked = theme.border_marked .. "66"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue