mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-01-10 03:02:38 +08:00
Fix amarena bar not being anti aliased
This commit is contained in:
parent
06b6ebef92
commit
cd18555415
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ awful.screen.connect_for_each_screen(function(s)
|
|||
}
|
||||
|
||||
-- Create the wibox
|
||||
s.mywibox = wibox({ screen = s, width = beautiful.wibar_width, height = beautiful.wibar_height, shape = helpers.rrect(beautiful.wibar_border_radius), bg = "#00000000", visible = false, ontop = true})
|
||||
s.mywibox = wibox({ screen = s, width = beautiful.wibar_width, height = beautiful.wibar_height, bg = "#00000000", visible = false, ontop = true})
|
||||
-- Wibar items
|
||||
-- Add or remove widgets here
|
||||
s.mywibox:setup {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue