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:
parent
0a3e472d00
commit
afeda35cea
|
|
@ -165,7 +165,7 @@ local bat = lain.widget.bat({
|
||||||
end
|
end
|
||||||
|
|
||||||
baticon:set_image(theme[index])
|
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
|
end
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
@ -230,7 +230,7 @@ theme.volume = lain.widget.alsabar({
|
||||||
end
|
end
|
||||||
|
|
||||||
volicon:set_image(theme[index])
|
volicon:set_image(theme[index])
|
||||||
voltooltip:set_markup(string.format("%s%%|100%%", perc))
|
voltooltip:set_markup(string.format("%s%% | 100%%", perc))
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
volicon:buttons(my_table.join(awful.button({}, 1, function()
|
volicon:buttons(my_table.join(awful.button({}, 1, function()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue