Add quickshell

This commit is contained in:
2026-08-10 11:58:43 +05:30
parent 426fe32a63
commit b556ef9551
6 changed files with 238 additions and 0 deletions
@@ -0,0 +1,8 @@
import QtQuick
import QtQuick.Layouts
Rectangle {
Layout.preferredWidth: BarSettings.barWidth
Layout.preferredHeight: BarSettings.infoBoxHeight
color: BarSettings.infoBoxBg
}