pika-gnome-layouts/usr/bin/pika-gnome-layouts
Ward Nakchbandi 0f442593f6 sync
2022-12-23 19:52:11 +03:00

8 lines
170 B
Bash
Executable File

#! /bin/bash
if echo $XDG_SESSION_DESKTOP | grep -i ubuntu
then
python3 /usr/lib/pika/gnome-layouts/main.py
else
zenity --error --text="current session isn't gnome"
fi