AutoYADM commit: 2025-05-01 14:30:05

This commit is contained in:
Daniel Fichtinger 2025-05-01 14:30:05 -04:00
parent 5fa93a2ad8
commit 36c5099718
2 changed files with 1855 additions and 0 deletions

1849
.config/niri/emoji-data.txt Normal file

File diff suppressed because it is too large Load diff

6
.config/niri/emoji-picker.fish Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env fish
set -l data_path ~/.config/niri/emoji-data.txt
# read emoji data
set -l data (cat $data_path | string collect -N | string trim --right | string collect -N)
printf "%s" $data | fuzzel --prompt=">> " --dmenu