feat: basic quickshell setup
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import Quickshell
|
||||
import QtQuick
|
||||
import "config"
|
||||
import "bar"
|
||||
import "osd"
|
||||
|
||||
ShellRoot {
|
||||
Component.onCompleted: {
|
||||
// Load themes
|
||||
Appearance.reapplyTheme();
|
||||
}
|
||||
|
||||
Bar {}
|
||||
Volume {}
|
||||
}
|
||||
Reference in New Issue
Block a user