mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-10 13:15:03 +02:00
theme: switch back to Terminus "OTB"
OTB stands for "OpenType Bitmap".
This commit is contained in:
parent
667d50d496
commit
9c296a51e9
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ theme = {}
|
||||||
theme.scale = scale()
|
theme.scale = scale()
|
||||||
theme.icons = icons
|
theme.icons = icons
|
||||||
theme.wallpaper_cmd = { "/bin/true" }
|
theme.wallpaper_cmd = { "/bin/true" }
|
||||||
theme.font = "Terminus (TTF) " .. 9 * theme.scale
|
theme.font = "Terminus " .. 9 * theme.scale
|
||||||
theme.tasklist_font = "DejaVu Sans " .. 8 * theme.scale
|
theme.tasklist_font = "DejaVu Sans " .. 8 * theme.scale
|
||||||
|
|
||||||
theme.bg_normal = "#22222299"
|
theme.bg_normal = "#22222299"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue