From 3d56d83fa8e336acfba2e530cf7077074524cd7c Mon Sep 17 00:00:00 2001 From: tux Date: Thu, 25 Sep 2025 19:31:44 +0530 Subject: [PATCH] feat(bar): remove speaker and microphone control --- widgets/bar/index.tsx | 2 -- widgets/bar/volume.tsx | 36 ------------------------------------ 2 files changed, 38 deletions(-) delete mode 100644 widgets/bar/volume.tsx diff --git a/widgets/bar/index.tsx b/widgets/bar/index.tsx index cacfd11..263ae82 100644 --- a/widgets/bar/index.tsx +++ b/widgets/bar/index.tsx @@ -10,7 +10,6 @@ import { Tailscale } from "./tailscale"; import { Time } from "./time"; import { Tray } from "./tray"; import { FocusedClient, WorkspaceButton } from "./workspace"; -import { Volume } from "./volume"; export const WINDOW_NAME = "bar"; @@ -43,7 +42,6 @@ export const Bar = (gdkmonitor: Gdk.Monitor) => { -