From 7affc5e381da6a3e7294948f11a851fbe6dee685 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Wed, 6 Mar 2024 17:53:38 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20fix(awesome):=20Rounded=20corner?= =?UTF-8?q?s=20in=20top-panel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/awesome/ui/top-panel/init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/awesome/ui/top-panel/init.lua b/.config/awesome/ui/top-panel/init.lua index 704fd0a..9a86e65 100644 --- a/.config/awesome/ui/top-panel/init.lua +++ b/.config/awesome/ui/top-panel/init.lua @@ -2,6 +2,7 @@ local awful = require("awful") local wibox = require("wibox") local widgets = require("ui.top-panel.widgets") local beautiful = require("beautiful") +local gears = require("gears") local vars = require("ui.top-panel.config") local theme = beautiful.get() @@ -56,6 +57,7 @@ screen.connect_signal("request::desktop_decoration", function(s) border_width = theme.border_width, border_color = theme.border_normal, height = vars.height, + shape = gears.shape.rounded_rect, widget = { layout = wibox.layout.align.horizontal,