๐Ÿ“ฆ PeDro0210 / General-Dotfiles

๐Ÿ“„ shell.qml ยท 18 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18import Quickshell
import QtQuick

import "topbar"
import "power_options_menu"

Scope {
    id: root
    FontLoader {
        id: mainFont
        source: "fonts/PixelCode.ttf"
    }

    TopBar {}

    PowerOptionsMenu {}
}