hammerspoon: update

This commit is contained in:
2022-11-01 22:28:37 +02:00
parent 99f33e9809
commit 10ea5e37b0
2 changed files with 5 additions and 4 deletions

View File

@@ -31,8 +31,8 @@ statusmessage.new = function(messageText)
h = styledTextSize.h + 6
}
)
background:setRoundedRectRadii(10, 10)
background:setFillColor({ red = 0, green = 0, blue = 0, alpha=0.6 })
-- background:setRoundedRectRadii(10, 10)
background:setFillColor({ red = 255, green = 0, blue = 0, alpha=0.8 })
return background, text
end