Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.一秒讓令尊/堂知道你在忙

Awesome Lists containing this project

README

        


BRB
BRB logo


Immediately tell people you will Be Right Back(BRB), in conference or write a bulletin note.



BRB logo

***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
```