// Bar.qml import Quickshell import QtQuick import "modules" Scope { TopBar { topRightContent: [ Ram {}, Volume {}, Sunset {}, Timedate {} ] topCenterContent: [ Scale {} ] topLeftContent: [] } BottomBar { bottomRightContent: [ Battery {} ] bottomCenterContent: [ Music {} ] bottomLeftContent: [ Network {}, NetTest {} ] } }