empty bar

This commit is contained in:
end-4
2025-04-10 00:16:42 +02:00
parent 2c53fc767a
commit 2e466abf71
5 changed files with 191 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
import QtQuick
import QtQuick.Controls
import QtQuick.Layouts
import Quickshell
import "./modules/bar"
ShellRoot {
Bar {
}
}