rewrite bar with quickshell
This commit is contained in:
23
quickshell/shell.qml
Normal file
23
quickshell/shell.qml
Normal file
@@ -0,0 +1,23 @@
|
||||
import QtQuick
|
||||
import Quickshell
|
||||
import Quickshell.Widgets
|
||||
import qs.Constants
|
||||
import qs.Modules.Bar
|
||||
import qs.Modules.Misc
|
||||
|
||||
Scope {
|
||||
id: root
|
||||
|
||||
Bar {
|
||||
id: bar
|
||||
|
||||
shell: root
|
||||
}
|
||||
|
||||
Corners {
|
||||
id: corners
|
||||
|
||||
shell: root
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user