Add files via upload

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2022-09-24 16:35:12 +03:00 committed by GitHub
parent 433fb86b62
commit 4c77e69202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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