mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-31 19:47:13 +08:00
Only add left padding to notification if an icon is displayed
This commit is contained in:
parent
189632edd2
commit
1a065752a0
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ naughty.connect_signal("request::display", function(n)
|
|||
expand = "none",
|
||||
layout = wibox.layout.align.vertical
|
||||
},
|
||||
left = beautiful.notification_padding,
|
||||
left = n.icon and beautiful.notification_padding or 0,
|
||||
widget = wibox.container.margin,
|
||||
},
|
||||
layout = wibox.layout.align.horizontal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue