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,6 +1,6 @@
|
|||
import QtQuick
|
||||
import Quickshell.Widgets
|
||||
import ".."
|
||||
import qs
|
||||
|
||||
Item {
|
||||
id: root
|
||||
|
|
@ -9,8 +9,8 @@ Item {
|
|||
property var padding: 0
|
||||
property var radius: 20
|
||||
property var activeRectangle: true
|
||||
property var color: ShellSettings.colors["inverse_surface"]
|
||||
property var activeColor: ShellSettings.colors["inverse_primary"]
|
||||
property var color: ShellSettings.colors.inactive_translucent
|
||||
property var activeColor: ShellSettings.colors.active_translucent
|
||||
signal clicked
|
||||
|
||||
implicitWidth: implicitSize
|
||||
|
|
@ -18,7 +18,7 @@ Item {
|
|||
|
||||
Rectangle {
|
||||
id: iconBackground
|
||||
color: ShellSettings.colors["primary"]
|
||||
color: ShellSettings.colors.active_translucent
|
||||
radius: root.radius
|
||||
visible: iconButton.containsMouse && root.activeRectangle
|
||||
anchors.fill: parent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue