6 releases
0.1.5 | Jan 5, 2023 |
---|---|
0.1.4 | Dec 29, 2022 |
#17 in #wlroots
14KB
264 lines
🚀 upwork-wlroots-bridge 🚀
Rust Implementation for Wlroots (Sway, Wayfire, Hikari, River, etc.) of Gnome Screenshot and Idle DBUS Server (with extra features), which Upwork uses to capture the screen as proof of work.
This work was inspired by the python implementation of the Gnome Screenshot DBUS Server made by MarSoft, which can be found here.
⏳ Quick Start
this section will cover the minimum amount of information to get you up and running.
💻 Installation
First, you must install the required packages from your distribution package manager. These packages are:
Arch Linux
sudo pacman -S swayidle grim rust
Debian, Ubuntu & Derivatives
sudo apt install swayidle grim rust-all
Fedora & Derivatives
sudo dnf install swayidle grim rust
Cargo install
Right now, the more straightforward method of installation is via cargo with the command:
cargo install upwork-wlroots-bridge
✏️ Usage
You can use upwork-wlroots-bridge
with no options at all and launch it as is.
In this mode, you will receive no feedback, but that's it.
You can now use Upwork desktop client as normal once you have launched the server.
upwork-wlroots-bridge
Besides that, upwork-wlroots-bridge
comes with some valuable flags like -w
,
which will present a warning dialog and sound through zenity, and pw-play when
a screenshot is incoming (so you can refocus your work and not be surprised by
those annoying "surprise" screenshots).
upwork-wlroots-bridge -wD # The D stands for Debug, which will present some more info
When you are done choosing your ideal flags, then you can daemonize the server in your preferred way (tmux, systemd services, nohup).
Dependencies
~16–31MB
~443K SLoC