forked from Shinonome/dots-hyprland
sidebar: add bluetooth devices
This commit is contained in:
@@ -17,6 +17,8 @@ import {
|
||||
} from "./quicktoggles.js";
|
||||
import ModuleNotificationList from "./centermodules/notificationlist.js";
|
||||
import ModuleVolumeMixer from "./centermodules/volumemixer.js";
|
||||
// import ModuleNetworks from "./centermodules/networks.js";
|
||||
import ModuleBluetooth from "./centermodules/bluetooth.js";
|
||||
import { ModuleCalendar } from "./calendar.js";
|
||||
import { getDistroIcon } from '../.miscutils/system.js';
|
||||
import { MaterialIcon } from '../.commonwidgets/materialicon.js';
|
||||
@@ -34,6 +36,16 @@ const centerWidgets = [
|
||||
materialIcon: 'volume_up',
|
||||
contentWidget: ModuleVolumeMixer(),
|
||||
},
|
||||
// {
|
||||
// name: 'Networks',
|
||||
// materialIcon: 'lan',
|
||||
// contentWidget: ModuleNetworks(),
|
||||
// },
|
||||
{
|
||||
name: 'Bluetooth',
|
||||
materialIcon: 'bluetooth',
|
||||
contentWidget: ModuleBluetooth(),
|
||||
},
|
||||
];
|
||||
|
||||
const timeRow = Box({
|
||||
|
||||
Reference in New Issue
Block a user