summaryrefslogtreecommitdiff
path: root/modules/lock
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-27 14:47:50 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-27 14:47:50 +1000
commit8308060a7549c47ad2b3425b710ce43a033403dc (patch)
treec568cba1590b4b464d0642bb91e64fdda5979a2f /modules/lock
parentlock: show notif list not popups (diff)
downloadcaelestia-shell-8308060a7549c47ad2b3425b710ce43a033403dc.tar.gz
caelestia-shell-8308060a7549c47ad2b3425b710ce43a033403dc.tar.bz2
caelestia-shell-8308060a7549c47ad2b3425b710ce43a033403dc.zip
icons: fix grade more icons
Media and pfp fallback icons Also fix dashboard user os icon
Diffstat (limited to 'modules/lock')
-rw-r--r--modules/lock/Input.qml1
-rw-r--r--modules/lock/MediaPlaying.qml1
2 files changed, 2 insertions, 0 deletions
diff --git a/modules/lock/Input.qml b/modules/lock/Input.qml
index c9c1431..f5b3c16 100644
--- a/modules/lock/Input.qml
+++ b/modules/lock/Input.qml
@@ -37,6 +37,7 @@ ColumnLayout {
text: "person"
fill: 1
+ grade: 200
font.pointSize: Config.lock.sizes.faceSize / 2
}
diff --git a/modules/lock/MediaPlaying.qml b/modules/lock/MediaPlaying.qml
index dd9b560..fa63205 100644
--- a/modules/lock/MediaPlaying.qml
+++ b/modules/lock/MediaPlaying.qml
@@ -100,6 +100,7 @@ RowLayout {
MaterialIcon {
anchors.centerIn: parent
+ grade: 200
text: "art_track"
color: Colours.palette.m3onSurfaceVariant
font.pointSize: (root.isLarge ? Config.lock.sizes.mediaCoverSize : Config.lock.sizes.mediaCoverSizeSmall) * 0.4