mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-10 12:51:54 +05:30
feat: add icons
This commit is contained in:
@@ -7,6 +7,7 @@ import { Network } from "./network";
|
||||
import { Profile } from "./profile";
|
||||
import { GPU } from "./gpu";
|
||||
import { CPU } from "./cpu";
|
||||
import { Launcher } from "./launcher";
|
||||
|
||||
export const WINDOW_NAME = "bar";
|
||||
|
||||
@@ -35,6 +36,7 @@ export const Bar = (gdkmonitor: Gdk.Monitor) => {
|
||||
const Start = () => {
|
||||
return (
|
||||
<box spacing={10}>
|
||||
<Launcher />
|
||||
<WorkspaceButton />
|
||||
</box>
|
||||
);
|
||||
|
Reference in New Issue
Block a user