A Tauri System Tray based on warp-cli for linux based systems with Rust.
Install cargo, rustup, warp-cli and register with warp-cli register.
Then install via cargo:
$ cargo install --git https://github.com/Abhay-N-J/warp-sys-tray
Or install from source:
$ git clone https://github.com/Abhay-N-J/warp-sys-tray
$ cd warp-sys-tray
$ cargo install tauri-cli
$ cargo tauri build
$ ./src-tauri/target/release/warp-sys-tray
Note: warp-gui-app from https://github.com/Abhay-N-J/warp-gui-app will also be installed as a dependancy
$ rm -rf warp-sys-tray
$ cargo uninstall warp-gui-app
Note: Default mode is hidden.
Desktop file
Docs