mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
AudioVisualizer: basic implementation
This commit is contained in:
@@ -11,6 +11,7 @@ Singleton {
|
||||
// Widget registry object mapping widget names to components
|
||||
property var widgets: ({
|
||||
"ActiveWindow": activeWindowComponent,
|
||||
"AudioVisualizer": audioVisualizerComponent,
|
||||
"Battery": batteryComponent,
|
||||
"Bluetooth": bluetoothComponent,
|
||||
"Brightness": brightnessComponent,
|
||||
@@ -49,6 +50,10 @@ Singleton {
|
||||
"useFixedWidth": false,
|
||||
"colorizeIcons": false
|
||||
},
|
||||
"AudioVisualizer": {
|
||||
"allowUserSettings": true,
|
||||
"width": 200
|
||||
},
|
||||
"Battery": {
|
||||
"allowUserSettings": true,
|
||||
"displayMode": "onhover",
|
||||
@@ -159,6 +164,9 @@ Singleton {
|
||||
property Component activeWindowComponent: Component {
|
||||
ActiveWindow {}
|
||||
}
|
||||
property Component audioVisualizerComponent: Component {
|
||||
AudioVisualizer {}
|
||||
}
|
||||
property Component batteryComponent: Component {
|
||||
Battery {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user