mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-06 23:39:27 -05:00
16 lines
334 B
QML
16 lines
334 B
QML
import QtQuick
|
|
import QtQuick.Layouts
|
|
import Quickshell
|
|
import qs.modules.common
|
|
import qs.modules.common.functions
|
|
import qs.modules.common.widgets
|
|
|
|
RowLayout {
|
|
id: root
|
|
spacing: 4
|
|
|
|
// These shouldn't be needed but it would be a terrible waste of space to follow the spec
|
|
Layout.margins: -8
|
|
Layout.topMargin: 0
|
|
}
|