generated from wm-packages/pika-hyprland-settings
Update changelog for v1.0.0-101pika5; enhance ActiveWindow icon handling with case normalization for better compatibility
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 50s
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 50s
This commit is contained in:
parent
e05e6d5c46
commit
132c3fef20
2
.github/release-nest-v3
vendored
2
.github/release-nest-v3
vendored
@ -1 +1 @@
|
|||||||
1
|
2
|
@ -1,4 +1,4 @@
|
|||||||
pikabar (1.0.0-101pika4) pika; urgency=medium
|
pikabar (1.0.0-101pika5) pika; urgency=medium
|
||||||
|
|
||||||
* Font fixes
|
* Font fixes
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ Row {
|
|||||||
height: 42
|
height: 42
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
implicitWidth: parent.height / 2
|
implicitWidth: parent.height / 2
|
||||||
source: ToplevelManager.activeToplevel ? Quickshell.iconPath(ToplevelManager.activeToplevel.appId) : ""
|
source: ToplevelManager.activeToplevel ? Quickshell.iconPath(ToplevelManager.activeToplevel.appId.toLowerCase()) || Quickshell.iconPath(ToplevelManager.activeToplevel.appId) : ""
|
||||||
}
|
}
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
|
Loading…
Reference in New Issue
Block a user