mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-05-11 17:35:57 +08:00
Fix helpers.colorize_text
This commit is contained in:
parent
9dabf25e84
commit
65f1f2d9df
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,8 @@ helpers.psquircle = function(rate, delta, tl, tr, br, bl)
|
|||
end
|
||||
end
|
||||
|
||||
helpers.colorize_text = function(text, color)
|
||||
return "<span foreground='"..color.."'>"..text.."</span>"
|
||||
end
|
||||
|
||||
function helpers.client_menu_toggle()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue