From 7936ece744672e711d68dac2e32eb9bb1511d4fb Mon Sep 17 00:00:00 2001 From: tux Date: Tue, 17 Jun 2025 17:02:31 +0530 Subject: [PATCH] feat: update styles for systray --- widgets/bar/index.tsx | 2 ++ widgets/bar/style.scss | 10 ++++++++++ widgets/bar/tray.tsx | 20 ++++++++++++-------- 3 files changed, 24 insertions(+), 8 deletions(-) diff --git a/widgets/bar/index.tsx b/widgets/bar/index.tsx index e124fab..2a15aea 100644 --- a/widgets/bar/index.tsx +++ b/widgets/bar/index.tsx @@ -8,6 +8,7 @@ import { Profile } from "./profile"; import { GPU } from "./gpu"; import { CPU } from "./cpu"; import { Launcher } from "./launcher"; +import { Tray } from "./tray"; export const WINDOW_NAME = "bar"; @@ -55,6 +56,7 @@ const End = () => { +