7 lines
130 B
QML
7 lines
130 B
QML
import QtQuick
|
|
import QtQuick.Layouts
|
|
|
|
// Placeholder — Quickshell.Services.Niri not yet available
|
|
RowLayout {
|
|
spacing: 4
|
|
}
|