mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-05 06:59:50 -05:00
9 lines
139 B
QML
9 lines
139 B
QML
import QtQuick
|
|
import ".."
|
|
|
|
Rectangle {
|
|
color: ShellSettings.settings.colors["primary"]
|
|
radius: 5
|
|
width: 7.5
|
|
height: 7.5
|
|
}
|