1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2026-03-23 05:55:12 +00:00

tooltip space

This commit is contained in:
Toma Adrian Ionut 2022-11-11 00:51:12 +02:00
parent 0a3e472d00
commit afeda35cea

View file

@ -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()