feat: add cpu temp widget

This commit is contained in:
tux
2025-06-09 18:23:58 +05:30
parent 9b04b5bd9a
commit 78270dbed7
2 changed files with 17 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ import { Time } from "./time";
import { Network } from "./network";
import { Profile } from "./profile";
import { GPU } from "./gpu";
import { CPU } from "./cpu";
export const WINDOW_NAME = "bar";
@@ -47,6 +48,7 @@ const End = () => {
return (
<box spacing={10}>
<Network />
<CPU />
<GPU />
<Profile />
<Tailscale />