import Quickshell
import QtQuick

import "./Widgets/Bar"
import "./Widgets/ScreenCorners"

ShellRoot {
    Bar {
    }

    ScreenCorners {
    }
}