mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-04 22:49:50 -05:00
13 lines
212 B
QML
13 lines
212 B
QML
import QtQuick
|
|
import qs
|
|
|
|
Rectangle {
|
|
id: root
|
|
radius: 12
|
|
color: ShellSettings.colors.surface_translucent
|
|
|
|
border {
|
|
width: 1
|
|
color: ShellSettings.colors.active_translucent
|
|
}
|
|
}
|