mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-10 21:01:54 +05:30
feat(bar): remove speaker and microphone control
This commit is contained in:
@@ -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 />
|
||||
|
Reference in New Issue
Block a user