style changes, workspace improvement and other shit
This commit is contained in:
parent
64d219b4bd
commit
d2ea695644
@ -13,9 +13,9 @@ Variants {
|
|||||||
aboveWindows: true
|
aboveWindows: true
|
||||||
screen: modelData
|
screen: modelData
|
||||||
margins {
|
margins {
|
||||||
top: Settings.config.margins
|
top: Settings.config.margins
|
||||||
left: Settings.config.margins
|
left: Settings.config.margins
|
||||||
right: Settings.config.margins
|
right: Settings.config.margins
|
||||||
}
|
}
|
||||||
|
|
||||||
anchors {
|
anchors {
|
||||||
@ -51,13 +51,13 @@ Variants {
|
|||||||
|
|
||||||
Row {
|
Row {
|
||||||
id: rightStuff
|
id: rightStuff
|
||||||
rightPadding: 10
|
rightPadding: 5
|
||||||
spacing: 10
|
spacing: 10
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
Volume {}
|
Volume {}
|
||||||
Battery {}
|
Battery {}
|
||||||
SystemTray {}
|
SysTray {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -89,13 +89,13 @@ Loader {
|
|||||||
id: rawProfileIcon
|
id: rawProfileIcon
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
source: Quickshell.iconPath(root.getProfileIcon())
|
source: Quickshell.iconPath(root.getProfileIcon())
|
||||||
visible: false // 🤫 Shh! Hide the dark original
|
visible: false
|
||||||
}
|
}
|
||||||
|
|
||||||
ColorOverlay {
|
ColorOverlay {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
source: rawProfileIcon
|
source: rawProfileIcon
|
||||||
color: "white" // ✨ The magic dye!
|
color: Colors.foreground
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -5,8 +5,9 @@ import "../../settings/"
|
|||||||
|
|
||||||
Item {
|
Item {
|
||||||
id: root
|
id: root
|
||||||
implicitWidth: trayRow.implicitWidth
|
implicitWidth: trayRow.implicitWidth + 5
|
||||||
implicitHeight: Settings.config.barHeight
|
implicitHeight: Settings.config.barHeight
|
||||||
|
readonly property var count: trayRepeater.count
|
||||||
visible: trayRepeater.count > 0
|
visible: trayRepeater.count > 0
|
||||||
|
|
||||||
Row {
|
Row {
|
||||||
Loading…
x
Reference in New Issue
Block a user