mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-04 22:49:50 -05:00
9 lines
128 B
QML
9 lines
128 B
QML
import QtQuick
|
|
import ".."
|
|
|
|
Rectangle {
|
|
color: ShellSettings.colors["active"]
|
|
radius: 5
|
|
width: 3.5
|
|
height: 15
|
|
}
|