mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-05 06:59:50 -05:00
still broken but getting there
This commit is contained in:
parent
189144099b
commit
446d83ce2c
20 changed files with 143 additions and 1219 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import QtQuick
|
||||
import ".."
|
||||
import qs
|
||||
|
||||
MouseArea {
|
||||
id: root
|
||||
|
|
@ -7,7 +7,7 @@ MouseArea {
|
|||
|
||||
property real radius: width / 2
|
||||
property bool checked: false
|
||||
property var activeColor: ShellSettings.colors["primary"]
|
||||
property var activeColor: ShellSettings.colors.active_translucent
|
||||
property var inactiveColor: "transparent"
|
||||
|
||||
Rectangle {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue