diff --git a/flake.nix b/flake.nix index b6e0932..faade81 100644 --- a/flake.nix +++ b/flake.nix @@ -34,6 +34,7 @@ apps battery tray + network ]; }; @@ -53,6 +54,7 @@ apps battery tray + network ]; }) ]; diff --git a/widgets/bar/index.tsx b/widgets/bar/index.tsx index 5d337b9..58454de 100644 --- a/widgets/bar/index.tsx +++ b/widgets/bar/index.tsx @@ -3,6 +3,7 @@ import { FocusedClient, WorkspaceButton } from "./workspace"; import { Battery } from "./battery"; import { Tailscale } from "./tailscale"; import { Time } from "./time"; +import { Network } from "./network"; export const WINDOW_NAME = "bar"; @@ -43,6 +44,7 @@ const Center = () => { const End = () => { return ( +