Small script addition.
This commit is contained in:
parent
42595fddf4
commit
09d36d4f53
|
|
@ -125,9 +125,13 @@ EOF
|
|||
}
|
||||
conf_print_neovide_desktop | tee "${DEST}/.local/share/applications/neovide.desktop"
|
||||
|
||||
update-desktop-database ~/.local/share/applications
|
||||
|
||||
xfce4-panel --add=launcher "${DEST}/.local/share/applications/neovide.desktop"
|
||||
|
||||
# Add an icon
|
||||
mkdir -p ~/.local/share/icons/hicolor/scalable/apps/
|
||||
cp "${DEST}/.local/share/nvim/lazy/neovide/assets/neovide-256x256.png" \
|
||||
"${DEST}/.local/share/icons/hicolor/scalable/apps/neovide.png"
|
||||
|
||||
gtk-update-icon-cache "${DEST}/.local/share/icons/hicolor/"
|
||||
|
|
|
|||
Loading…
Reference in New Issue