SyMo is a GTK-based system tray utility that surfaces real-time system metrics, manages power actions, and delivers optional Telegram/Discord notifications. It is designed to run on Linux desktops with AppIndicator/Ayatana support, displaying compact tray labels while exposing richer details through the indicator menu.
Made By ❤ OlegEgoism
- Real-time display:
- CPU load with temperature.
- RAM and SWAP usage.
- Disk space.
- Network speed (incoming/outgoing traffic).
- System uptime.
- Keyboard presses and mouse clicks counter.
- Customizable interface:
- Select display parameters.
- Tray display settings.
- Send notifications to Telegram and Discord on timer.
- Quick actions:
- Shut down computer.
- Restart computer.
- Lock computer screen.
- Timer commands:
- Delayed action execution.
- Notifications before execution.
- 🇷🇺 Russian.
- 🇬🇧 English.
- 🇨🇳 Chinese.
- 🇩🇪 German.
- 🇮🇹 Italian.
- 🇪🇸 Spanish.
- 🇹🇷 Turkish.
- 🇸🇦 Arabic.
- 🇫🇷 French.
- Email: olegpustovalov220@gmail.com
- Developers: https://github.com/OlegEgoism
To create and get information about "Token": https://web.telegram.org/k/#@BotFather
To get "Chat ID": https://web.telegram.org/k/#@getmyid_bot
- Open Discord → select your server.
- Go to Server Settings → Integrations → Webhooks.
- Click "Create Webhook".
sudo apt update
sudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0 gir1.2-appindicator3-0.1
sudo apt install -y build-essential libgirepository1.0-dev gir1.2-glib-2.0 python3-gi python3-gi-cairo gobject-introspectionsudo apt update
sudo apt install python3.10-dev
sudo apt install pkg-config
sudo apt install libcairo2-dev
sudo apt install build-essential
sudo apt install gnome-shell-extension-appindicator
pip install pygobjectpip install -r requirements.txtpython3 app.pychmod +x build.sh
./build.shls -l *SyMo-onefilechmod +x uninstall-symo.sh
./uninstall-symo.sh

