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