Some slight updates to handling hovering buttons and added alpha of network
This commit is contained in:
@@ -4,7 +4,7 @@ import Quickshell.Hyprland
|
||||
import Quickshell.Io
|
||||
|
||||
MouseArea {
|
||||
id: archButton
|
||||
id: powerButton
|
||||
width: 30
|
||||
height: 28
|
||||
hoverEnabled: true
|
||||
@@ -12,7 +12,7 @@ MouseArea {
|
||||
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
color: archButton.containsMouse ? "#2a2a2a" : "transparent"
|
||||
color: powerButton.containsMouse ? "#2a2a2a" : "transparent"
|
||||
radius: 6
|
||||
|
||||
Item {
|
||||
|
||||
Reference in New Issue
Block a user