Update .gitconfig Update .tmux.conf Update .config/DankMaterialShell/firefox.css Update .config/DankMaterialShell/plugin_settings.json Update .config/DankMaterialShell/plugins/.repos/0026f1eba8dedaec/DankActions/DankActionsSettings.qml Update .config/DankMaterialShell/plugins/.repos/0026f1eba8dedaec/DankActions/DankActionsWidget.qml Update .config/DankMaterialShell/plugins/.repos/0026f1eba8dedaec/DankActions/plugin.json Update .config/DankMaterialShell/plugins/.repos/0026f1eba8dedaec/.git/index Update .config/DankMaterialShell/plugins/.repos/0026f1eba8dedaec/.git/refs/heads/master Update .config/DankMaterialShell/plugins/.repos/0026f1eba8dedaec/.git/refs/remotes/origin/master Update .config/DankMaterialShell/plugins/emojiLauncher/.git/refs/remotes/origin/main Update .config/DankMaterialShell/settings.json Update .config/alacritty/dank-theme.toml Update .config/ghostty/config Update .config/ghostty/themes/dankcolors Update .config/niri/dms/colors.kdl Update .config/nvim/lua/plugins/dankcolors.lua Update .config/pda/config.toml Update .local/bin/tmux-sessionizer |
||
|---|---|---|
| .. | ||
| data | ||
| dot_git | ||
| scripts | ||
| catalog.js | ||
| EmojiLauncher.qml | ||
| EmojiLauncherSettings.qml | ||
| LICENSE | ||
| plugin.json | ||
| README.md | ||
| screenshot.png | ||
Emoji & Unicode Launcher
A DankMaterialShell launcher plugin that provides quick access to thousands of emojis, mathematical symbols, and Nerd Font glyphs with instant clipboard copying.
Features
- Expanded Emoji Catalog - 900+ curated emoji entries combined with the bundled emoji dataset for complete coverage (gear, toolbox, etc.)
- Unicode & Math Symbols - Hundreds of useful unicode characters from arrows to operators and currency signs
- Nerd Font Glyphs - Searchable Nerd Font icons for launcher, terminal, and code workflows
- Instant Copy - One-click copy to clipboard with visual confirmation
- Smart Search - Search by name, character, or keywords
- Configurable Trigger - Default
:or set your own trigger (or disable for always-on) - Toast Notifications - Visual feedback for every action
Installation
From Plugin Registry (Recommended)
# Coming soon - will be available via DMS plugin manager
Manual Installation
# Copy plugin to DMS plugins directory
cp -r EmojiLauncher ~/.config/DankMaterialShell/plugins/
# Enable in DMS
# 1. Open Settings (Ctrl+,)
# 2. Go to Plugins tab
# 3. Click "Scan for Plugins"
# 4. Toggle "Emoji & Unicode Launcher" to enable
Usage
Default Trigger Mode
- Open launcher (Ctrl+Space)
- Type
:followed by search query - Examples:
:smile- Find smiling emojis:heart- Find heart emojis:copyright- Find © symbol:arrow- Find arrow characters
- Select item and press Enter to copy
Always-On Mode
Configure in settings to show emoji/unicode items without a trigger prefix.
Search Examples
Emojis:
smile→ 😀 😃 😄 😁 😊heart→ ❤️ 🧡 💛 💚 💙 💜fire→ 🔥star→ ⭐ ✨ 🌟
Unicode Characters:
copyright→ ©trademark→ ™degree→ °pi→ πarrow→ → ← ↑ ↓infinity→ ∞euro→ €
Configuration
Access settings via DMS Settings → Plugins → Emoji & Unicode Launcher:
- Trigger: Set custom trigger character (
:,;,/emoji, etc.) or disable for always-on mode - No Trigger Mode: Toggle to show items without trigger prefix
Character Database
Data Sources
data/emojis.txt— comprehensive emoji list (Terminal Root)data/math.txt— math and general-purpose unicode symbolsdata/nerdfont.txt— curated Nerd Font glyph export
All files ship with the plugin, so search works fully offline.
Highlights
- Emoji coverage: faces, hands, tools, activities, symbols, and flags (including gear ⚙️ and toolbox 🧰)
- Unicode symbols: math operators, arrows, currency, Greek letters, quotes, and miscellaneous symbols
- Nerd Font glyphs: VS Code Codicons, Powerline (ple-) separators, development icons, and other monospace-friendly glyphs for terminal/theming
Updating the catalog
- Modify the plain-text sources in
data/(emojis.txt,math.txt,nerdfont.txt). - Run
scripts/generate_catalog.pyto rebuildcatalog.js(the file bundled with the plugin). The script parses the text files, normalizes names, and refreshes search keywords.
Requirements
- DankMaterialShell >= 0.1.0
wl-copy(from wl-clipboard package)- Wayland compositor (Niri, Hyprland, etc.)
Compatibility
- Compositors: Niri and Hyprland
- Distros: Universal - works on any Linux distribution
Technical Details
- Type: Launcher plugin
- Trigger:
:(configurable) - Language: QML (Qt Modeling Language)
- Dependencies: None (uses built-in character database)
Contributing
Found a bug or want to add more characters? Open an issue or submit a pull request!
Credits
Emoji database sourced from Terminal Root's emoji collection - a comprehensive list of emojis with searchable names.
License
MIT License - See LICENSE file for details
Author
Created for the DankMaterialShell community
