mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-05-11 00:56:12 +08:00
Apply forced width in amarena notification actions
Because minimum width constraint is buggy.
This commit is contained in:
parent
1a065752a0
commit
974a1071f7
1 changed files with 9 additions and 3 deletions
|
|
@ -77,14 +77,20 @@ naughty.connect_signal("request::display", function(n)
|
|||
widget_template = {
|
||||
{
|
||||
{
|
||||
id = 'text_role',
|
||||
font = beautiful.notification_font,
|
||||
widget = wibox.widget.textbox
|
||||
{
|
||||
id = 'text_role',
|
||||
font = beautiful.notification_font,
|
||||
widget = wibox.widget.textbox
|
||||
},
|
||||
left = dpi(6),
|
||||
right = dpi(6),
|
||||
widget = wibox.container.margin
|
||||
},
|
||||
widget = wibox.container.place
|
||||
},
|
||||
bg = x.color8.."32",
|
||||
forced_height = dpi(25),
|
||||
forced_width = dpi(70),
|
||||
widget = wibox.container.background
|
||||
},
|
||||
style = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue