mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-07 00:02:50 +00:00
ags steal
This commit is contained in:
9
desktops/hyprland/ags/modules/musiccontrols.js
Normal file
9
desktops/hyprland/ags/modules/musiccontrols.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Service, Utils, Widget } from '../imports.js';
|
||||
const { Box, CenterBox, Label } = Widget;
|
||||
const { Mpris } = Service;
|
||||
const { timeout } = Utils;
|
||||
import { BluetoothIndicator, NetworkIndicator } from "./statusicons.js";
|
||||
|
||||
export const ModuleMusicControls = () => Box({
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user