forked from Shinonome/dots-hyprland
11 lines
208 B
QML
11 lines
208 B
QML
import QtQuick
|
|
import QtQuick.Controls
|
|
import qs.singletons
|
|
|
|
Button {
|
|
implicitHeight: Appearance.sizes.barHeight
|
|
implicitWidth: Appearance.sizes.barHeight
|
|
|
|
background: null
|
|
contentItem: null
|
|
} |