forked from Shinonome/dots-hyprland
add some config on sidebar
This commit is contained in:
@@ -19,6 +19,7 @@ import ModuleNotificationList from "./centermodules/notificationlist.js";
|
||||
import ModuleVolumeMixer from "./centermodules/volumemixer.js";
|
||||
import ModuleWifiNetworks from "./centermodules/wifinetworks.js";
|
||||
import ModuleBluetooth from "./centermodules/bluetooth.js";
|
||||
import ModuleConfigure from "./centermodules/configure.js";
|
||||
import { ModuleCalendar } from "./calendar.js";
|
||||
import { getDistroIcon } from '../.miscutils/system.js';
|
||||
import { MaterialIcon } from '../.commonwidgets/materialicon.js';
|
||||
@@ -47,6 +48,11 @@ const centerWidgets = [
|
||||
contentWidget: ModuleWifiNetworks(),
|
||||
onFocus: () => execAsync('nmcli dev wifi list').catch(print),
|
||||
},
|
||||
{
|
||||
name: 'Live config',
|
||||
materialIcon: 'tune',
|
||||
contentWidget: ModuleConfigure(),
|
||||
},
|
||||
];
|
||||
|
||||
const timeRow = Box({
|
||||
|
||||
Reference in New Issue
Block a user