Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k66inthesky/brb
Tell people you will Be Right Back(BRB), in conference or write a bulletin note by one-click.一秒讓令尊/堂知道你在忙
https://github.com/k66inthesky/brb
appindicator brb desktop gtk3 linux linux-app python systray tray-app wallpaper-changer
Last synced: 10 days ago
JSON representation
Tell people you will Be Right Back(BRB), in conference or write a bulletin note by one-click.一秒讓令尊/堂知道你在忙
- Host: GitHub
- URL: https://github.com/k66inthesky/brb
- Owner: k66inthesky
- License: gpl-3.0
- Created: 2023-08-22T06:18:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-07T12:51:42.000Z (about 1 year ago)
- Last Synced: 2024-12-12T15:10:05.157Z (10 days ago)
- Topics: appindicator, brb, desktop, gtk3, linux, linux-app, python, systray, tray-app, wallpaper-changer
- Homepage:
- Size: 469 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BRB
Immediately tell people you will Be Right Back(BRB), in conference or write a bulletin note.
***Disclaimer: BRB GUI currently support (Gnome Desktop). In the near future we plan to support Windows/MacOS and more Linux Desktops.***
## Table of Contents
- [Demo Video](#demo-video)
- [Dependencies](#dependencies)
- [Python dependencies](#python-dependencies)
- [GUI dependencies](#gui-dependencies)
- [Run](#run)
- [Linux](#linux)
# Demo Video
https://github.com/k66inthesky/BRB/assets/45890492/9cc61814-ccc2-4a3c-a8a3-da4235cc6b63### Dependencies
#### Python dependencies
- python >= 3.9
- gi = 3.44.1#### GUI dependencies
| **Distro** | **Command** |
|:----------------------------------------|:---------------------------------------------------------------------------------------|
|Fedora/CentOS/RHEL | `sudo dnf install -y python3-gobject gtk3` |
|Ubuntu/Linux Mint/Debian and derivatives | `sudo apt install -y python3-gi python3-gi-cairo gir1.2-gtk-3.0` |
|OpenSUSE/SLES | `sudo zypper install python3-gobject python3-gobject-Gdk typelib-1_0-Gtk-3_0 libgtk-3-0` |
|Arch Linux/Manjaro | `sudo pacman -S python-gobject gtk3`# Run
#### Linux
```
./BRB-linux_1.0.0
```