Scaling service

This commit is contained in:
quadbyte 2025-08-09 13:12:13 -04:00
parent b5a2bb3fe0
commit c8f4599ff1
5 changed files with 95 additions and 43 deletions

View file

@ -1,5 +1,7 @@
import QtQuick
import Quickshell
import QtQuick.Controls
import QtQuick.Layouts
import qs.Widgets
import qs.Theme
@ -27,7 +29,12 @@ PanelWindow {
layer.enabled: true
}
// Just testing
NoctaliaToggle {}
RowLayout {
// Just testing
NoctaliaToggle {
label: "Label"
description: "Description"
}
}
}
}