Always_on for default prompt

This commit is contained in:
Ksaper 2023-02-20 04:33:23 +02:00
parent 1a70455656
commit 87f50e7661
1 changed files with 1 additions and 0 deletions

View File

@ -538,6 +538,7 @@ local function build_widget(self)
self._private.prompt = wibox.widget
{
widget = prompt_widget,
always_on = true,
reset_on_stop = self.reset_on_hide,
icon_font = self.prompt_icon_font,
icon_size = self.prompt_icon_size,