baloo check in icon creation

add xenia icon
This commit is contained in:
godsbane 2023-02-06 19:33:45 -05:00
parent 86c44588ab
commit 780c262a2f
2 changed files with 5 additions and 1 deletions

View file

@ -429,6 +429,10 @@ function createDesktopShortcut(){
local exec=$3
local terminal=$4
local icon
rm -f "$Shortcutlocation"
balooctl check
mkdir -p "$HOME/.local/share/applications/"
@ -455,7 +459,7 @@ function createDesktopShortcut(){
StartupNotify=false" > "$Shortcutlocation"
chmod +x "$Shortcutlocation"
balooctl disable && balooctl purge && balooctl enable
balooctl check
echo "$Shortcutlocation created"
}

BIN
icons/Xenia (Proton).png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB