mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-03 06:44:21 +02:00
theme: use Terminus 9pt. 8pt is not pixel perfect
This commit is contained in:
parent
a84a7a38ec
commit
f2996a45e3
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ theme = {}
|
|||
theme.scale = scale()
|
||||
theme.icons = icons
|
||||
theme.wallpaper_cmd = { "/bin/true" }
|
||||
theme.font = "Terminus (TTF) " .. 8 * theme.scale
|
||||
theme.font = "Terminus (TTF) " .. 9 * theme.scale
|
||||
theme.tasklist_font = "DejaVu Sans " .. 8 * theme.scale
|
||||
|
||||
theme.bg_normal = "#22222299"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue