commit
This commit is contained in:
parent
21d57f76fd
commit
9d642c3610
3
src/usr/bin/nobara-gnome-layouts
Normal file → Executable file
3
src/usr/bin/nobara-gnome-layouts
Normal file → Executable file
@ -1,5 +1,6 @@
|
||||
#! /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
|
||||
else
|
||||
zenity --error --text="current session isn't gnome"
|
||||
|
Loading…
Reference in New Issue
Block a user