Tag for flatpak desktop files (dmenu_drun)
This commit is contained in:
parent
6e40cbe694
commit
a64dad73be
|
@ -97,7 +97,7 @@ function create_list_files() {
|
||||||
if [ -f "${desktop_files_flatpak}/${current_file}" ] ; then
|
if [ -f "${desktop_files_flatpak}/${current_file}" ] ; then
|
||||||
name_show=$(cat "${desktop_files_flatpak}/${current_file}" | grep "Name=" | head -1 | cut -d "=" -f 2 | sed 's/\//|/g')
|
name_show=$(cat "${desktop_files_flatpak}/${current_file}" | grep "Name=" | head -1 | cut -d "=" -f 2 | sed 's/\//|/g')
|
||||||
if [ ! -z "${name_show}" ] ; then
|
if [ ! -z "${name_show}" ] ; then
|
||||||
echo "${desktop_files_flatpak}/${current_file}" > "${load_desktop_files}/${name_show}"
|
echo "${desktop_files_flatpak}/${current_file}" > "${load_desktop_files}/${name_show} (Flatpak)"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue
Block a user