From afeda35cea25b6b461b7a2c26a0f438db82f02b7 Mon Sep 17 00:00:00 2001 From: Toma Adrian Ionut Date: Fri, 11 Nov 2022 00:51:12 +0200 Subject: [PATCH] tooltip space --- themes/vertex/theme.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/vertex/theme.lua b/themes/vertex/theme.lua index b662bc2..f7ef51f 100644 --- a/themes/vertex/theme.lua +++ b/themes/vertex/theme.lua @@ -165,7 +165,7 @@ local bat = lain.widget.bat({ end baticon:set_image(theme[index]) - battooltip:set_markup(string.format("%s%%, %s", perc, bat_now.time)) + battooltip:set_markup(string.format("%s%% | %s", perc, bat_now.time)) end }) @@ -230,7 +230,7 @@ theme.volume = lain.widget.alsabar({ end volicon:set_image(theme[index]) - voltooltip:set_markup(string.format("%s%%|100%%", perc)) + voltooltip:set_markup(string.format("%s%% | 100%%", perc)) end }) volicon:buttons(my_table.join(awful.button({}, 1, function()