7 lines
150 B
QML
7 lines
150 B
QML
import QtQuick
|
|
import QtQuick.Layouts
|
|
|
|
// Placeholder — Quickshell.Services.Niri not yet available
|
|
RowLayout {
|
|
spacing: M.Theme.moduleSpacing
|
|
}
|