Files
dotfiles/private_dot_config/quickshell/InfoBox.qml
T
2026-08-10 11:58:43 +05:30

9 lines
188 B
QML

import QtQuick
import QtQuick.Layouts
Rectangle {
Layout.preferredWidth: BarSettings.barWidth
Layout.preferredHeight: BarSettings.infoBoxHeight
color: BarSettings.infoBoxBg
}