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 === ":") { if (input.text.length === 0 || input.text === ":") {
return [] return []
} }
const searchEmojis = (input.text[0] === ':') const searchEmojis = (input.text[0] === ':' || input.text[0] === ';')
const items = searchEmojis const items = searchEmojis
? Emojis.emojis.emojis ? Emojis.emojis
: Array.from(DesktopEntries.applications.values) : Array.from(DesktopEntries.applications.values)
for (let item of items) { for (let item of items) {
item.searchPos = item.name.toLowerCase().search(input.text.slice(searchEmojis)) item.searchPos = item.name.toLowerCase().search(input.text.slice(searchEmojis))

View File

@@ -19,10 +19,14 @@ Variants {
property var modelData property var modelData
screen: modelData screen: modelData
color: "#111" color: "#111"
Image { ClippingRectangle {
source: Quickshell.shellPath("wallpaper")
anchors.fill: parent anchors.fill: parent
fillMode: Image.PreserveAspectCrop radius: 13
Image {
source: Quickshell.shellPath("wallpaper")
anchors.fill: parent
fillMode: Image.PreserveAspectCrop
}
} }
} }
} }

46749
emojis.mjs

File diff suppressed because it is too large Load Diff

View File

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

1
wallpaper Symbolic link
View File

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