From 6296dac9ba0692707d6f6d608b828f41106b52b9 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Mon, 13 May 2024 02:51:22 +0900 Subject: Scale for slightly lower screen density --- awesome/.config/awesome/themes/tempus-fugit/theme.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'awesome/.config/awesome/themes/tempus-fugit/theme.lua') diff --git a/awesome/.config/awesome/themes/tempus-fugit/theme.lua b/awesome/.config/awesome/themes/tempus-fugit/theme.lua index e3c13ea..a71c218 100644 --- a/awesome/.config/awesome/themes/tempus-fugit/theme.lua +++ b/awesome/.config/awesome/themes/tempus-fugit/theme.lua @@ -21,8 +21,8 @@ local theme = {} local wd = '~/.config/awesome/themes/tempus-fugit/' local function abspath(relative) return wd .. relative end -theme.font = 'Latin Modern Mono 15' -theme.hotkeys_font = 'Latin Modern Mono Bold 15' +theme.font = 'Latin Modern Mono 13' +theme.hotkeys_font = 'Latin Modern Mono Bold 13' theme.hotkeys_description_font = theme.font -- Auxiliary colors @@ -80,8 +80,8 @@ theme.taglist_squares_unsel = abspath'taglist/square.png' -- menu_[bg|fg]_[normal|focus] -- menu_[border_color|border_width] theme.menu_submenu_icon = abspath'submenu.png' -theme.menu_height = 28 -theme.menu_width = 210 +theme.menu_height = 24 +theme.menu_width = 200 -- You can add as many variables as -- you wish and access them by using -- cgit 1.4.1