This commit is contained in:
Ward Nakchbandi 2022-09-27 19:25:46 +03:00
parent 21d57f76fd
commit 9d642c3610

3
src/usr/bin/nobara-gnome-layouts Normal file → Executable file
View File

@ -1,5 +1,6 @@
#! /bin/bash #! /bin/bash
if [[ $XDG_SESSION_DESKTOP == gnome ]]; then if echo $XDG_SESSION_DESKTOP | grep -i gnome ;
then
python3 /etc/nobara/scripts/nobara-layouts/nobara-layouts.py python3 /etc/nobara/scripts/nobara-layouts/nobara-layouts.py
else else
zenity --error --text="current session isn't gnome" zenity --error --text="current session isn't gnome"