new emojis :D

This commit is contained in:
2026-05-13 15:38:59 -07:00
parent c25286801a
commit 391bd7dc16
5 changed files with 5239 additions and 41527 deletions

View File

@@ -13,9 +13,9 @@ Item {
if (input.text.length === 0 || input.text === ":") {
return []
}
const searchEmojis = (input.text[0] === ':')
const searchEmojis = (input.text[0] === ':' || input.text[0] === ';')
const items = searchEmojis
? Emojis.emojis.emojis
? Emojis.emojis
: Array.from(DesktopEntries.applications.values)
for (let item of items) {
item.searchPos = item.name.toLowerCase().search(input.text.slice(searchEmojis))

View File

@@ -19,6 +19,9 @@ Variants {
property var modelData
screen: modelData
color: "#111"
ClippingRectangle {
anchors.fill: parent
radius: 13
Image {
source: Quickshell.shellPath("wallpaper")
anchors.fill: parent
@@ -26,3 +29,4 @@ Variants {
}
}
}
}

46749
emojis.mjs

File diff suppressed because it is too large Load Diff

View File

@@ -9,7 +9,7 @@ ShellRoot {
id: notifServer
onNotification: (notif) => notif.tracked = true
}
// Shell.Wall {}
Shell.Wall {}
Shell.TopBar {id: bar}
Shell.Boateye {}
Shell.Lock {

1
wallpaper Symbolic link
View File

@@ -0,0 +1 @@
/home/spingus/Pictures/Wallpapers/breeze-light.png