mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Font: added new Noctalia icon + Niri icon.
This commit is contained in:
Binary file not shown.
@@ -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}",
|
||||
|
||||
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user