From 602ebbf735f1979ec2311c5ba31ccc94aee11e9f Mon Sep 17 00:00:00 2001 From: Xinhao Yuan Date: Mon, 8 Jul 2019 16:12:38 -0400 Subject: [PATCH] . --- switcher.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/switcher.lua b/switcher.lua index 7e36727..5c1fd4e 100644 --- a/switcher.lua +++ b/switcher.lua @@ -40,7 +40,7 @@ end local tablist_font_desc = api.beautiful.get_merged_font( - api.beautiful.mono_font or api.beautiful.font, 15) + api.beautiful.mono_font or api.beautiful.font, api.dpi(10)) local font_color = with_alpha(api.gears.color(api.beautiful.fg_normal), 1) local label_size = api.dpi(30) local border_color = with_alpha(api.gears.color(api.beautiful.border_focus), 0.75)