Font: added new Noctalia icon + Niri icon.

This commit is contained in:
LemmyCook
2025-09-20 00:31:45 -04:00
parent f3f8b82fdd
commit ed464b196f
3 changed files with 3 additions and 1 deletions
Binary file not shown.
+1
View File
@@ -4303,6 +4303,7 @@ Singleton {
"news-off": "\u{f167}",
"nfc": "\u{eeb7}",
"nfc-off": "\u{f168}",
"niri": "\u{ec32}",
"noctalia": "\u{ec33}",
"no-copyright": "\u{efb9}",
"no-creative-commons": "\u{efba}",
+2 -1
View File
@@ -39,6 +39,7 @@ Popup {
onOpened: {
selectedIcon = initialIcon
query = initialIcon
searchInput.forceActiveFocus()
}
@@ -80,7 +81,7 @@ Popup {
id: searchInput
Layout.fillWidth: true
label: "Search"
placeholderText: "Search (e.g., arrow, battery, cloud)"
placeholderText: "e.g., noctalia, niri, battery, cloud"
text: root.query
onTextChanged: root.query = text.trim().toLowerCase()
}