feat(bar): remove speaker and microphone control

This commit is contained in:
tux
2025-09-25 19:31:44 +05:30
parent 978f15c305
commit 3d56d83fa8
2 changed files with 0 additions and 38 deletions

View File

@@ -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) => {
<GPU />
<Profile />
<Tailscale />
<Volume />
<Battery />
<Tray />
<Time />