mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Store locally instead
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Copy and sync icon files
|
||||
sudo cp ~/.local/share/omarchy/applications/icons/*.png /usr/share/icons/hicolor/48x48/apps/
|
||||
sudo touch /usr/share/icons/hicolor/48x48/apps/*
|
||||
sudo gtk-update-icon-cache /usr/share/icons/hicolor &>/dev/null
|
||||
mkdir -p ~/.local/share/icons/hicolor/48x48/apps/
|
||||
cp ~/.local/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
|
||||
|
Reference in New Issue
Block a user