Files
omarchy/bin/omarchy-refresh-applications
Ryan Hughes 75c0e965a0 Dir updates
2025-11-11 23:18:57 -05:00

14 lines
516 B
Bash
Executable File

#!/bin/bash
# Copy and sync icon files
mkdir -p ~/.local/share/icons/hicolor/48x48/apps/
cp /usr/share/omarchy/applications/icons/*.png ~/.local/share/icons/hicolor/48x48/apps/
gtk-update-icon-cache ~/.local/share/icons/hicolor &>/dev/null
# Copy .desktop declarations
mkdir -p ~/.local/share/applications
cp /usr/share/omarchy/applications/*.desktop ~/.local/share/applications/
cp /usr/share/omarchy/applications/hidden/*.desktop ~/.local/share/applications/
update-desktop-database ~/.local/share/applications