forked from Shinonome/dots-hyprland
sideright: add audio device picker
This commit is contained in:
@@ -16,7 +16,7 @@ import {
|
||||
ModuleRawInput
|
||||
} from "./quicktoggles.js";
|
||||
import ModuleNotificationList from "./centermodules/notificationlist.js";
|
||||
import ModuleVolumeMixer from "./centermodules/volumemixer.js";
|
||||
import ModuleAudioControls from "./centermodules/audiocontrols.js";
|
||||
import ModuleWifiNetworks from "./centermodules/wifinetworks.js";
|
||||
import ModuleBluetooth from "./centermodules/bluetooth.js";
|
||||
import ModuleConfigure from "./centermodules/configure.js";
|
||||
@@ -33,9 +33,9 @@ const centerWidgets = [
|
||||
contentWidget: ModuleNotificationList(),
|
||||
},
|
||||
{
|
||||
name: 'Volume mixer',
|
||||
name: 'Audio controls',
|
||||
materialIcon: 'volume_up',
|
||||
contentWidget: ModuleVolumeMixer(),
|
||||
contentWidget: ModuleAudioControls(),
|
||||
},
|
||||
{
|
||||
name: 'Bluetooth',
|
||||
|
||||
Reference in New Issue
Block a user