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 {} }
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
import Quickshell import QtQuick import "topbar" import "power_options_menu" Scope { id: root FontLoader { id: mainFont source: "fonts/PixelCode.ttf" } TopBar {} PowerOptionsMenu {} }