forked from Shinonome/dots-hyprland
waffles: transparency
This commit is contained in:
@@ -10,7 +10,7 @@ import qs.modules.waffle.looks
|
||||
Rectangle {
|
||||
Layout.fillHeight: false
|
||||
Layout.fillWidth: true
|
||||
color: Looks.colors.bgPanelFooter
|
||||
color: "transparent"
|
||||
|
||||
implicitWidth: 360
|
||||
implicitHeight: 47
|
||||
|
||||
@@ -22,7 +22,11 @@ FooterRectangle {
|
||||
|
||||
FluentIcon {
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
icon: WIcons.batteryIcon
|
||||
icon: WIcons.batteryLevelIcon
|
||||
FluentIcon {
|
||||
anchors.fill: parent
|
||||
icon: WIcons.batteryIcon
|
||||
}
|
||||
}
|
||||
WText {
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
|
||||
Reference in New Issue
Block a user