feat: update styles for systray

This commit is contained in:
tux
2025-06-17 17:02:31 +05:30
parent db01c4d31c
commit 7936ece744
3 changed files with 24 additions and 8 deletions

View File

@@ -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 = () => {
<Profile />
<Tailscale />
<Battery />
<Tray />
<Time />
</box>
);