forked from Shinonome/dots-hyprland
space
This commit is contained in:
@@ -12,6 +12,7 @@ Singleton {
|
|||||||
|
|
||||||
readonly property list<DesktopEntry> list: Array.from(DesktopEntries.applications.values)
|
readonly property list<DesktopEntry> list: Array.from(DesktopEntries.applications.values)
|
||||||
.sort((a, b) => a.name.localeCompare(b.name))
|
.sort((a, b) => a.name.localeCompare(b.name))
|
||||||
|
|
||||||
readonly property var preppedNames: list.map(a => ({
|
readonly property var preppedNames: list.map(a => ({
|
||||||
name: Fuzzy.prepare(`${a.name} `),
|
name: Fuzzy.prepare(`${a.name} `),
|
||||||
entry: a
|
entry: a
|
||||||
|
|||||||
Reference in New Issue
Block a user