Files
dotfiles/config/quickshell/shell.qml
T

16 lines
209 B
QML

import Quickshell
import QtQuick
import "config"
import "bar"
import "osd"
ShellRoot {
Component.onCompleted: {
// Load themes
Appearance.reapplyTheme();
}
Bar {}
Volume {}
}