mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-10 12:51:54 +05:30
feat: add cpu temp widget
This commit is contained in:
@@ -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 />
|
||||
|
Reference in New Issue
Block a user