Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybre/budgie-screenshot-applet
Take a screenshot of your desktop, a window or region; save to disk and upload. Made with ❤️️ for Budgie Desktop.
https://github.com/cybre/budgie-screenshot-applet
budgie screenshot sharing solus upload
Last synced: 28 days ago
JSON representation
Take a screenshot of your desktop, a window or region; save to disk and upload. Made with ❤️️ for Budgie Desktop.
- Host: GitHub
- URL: https://github.com/cybre/budgie-screenshot-applet
- Owner: cybre
- License: gpl-2.0
- Archived: true
- Created: 2016-06-06T17:22:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T19:12:51.000Z (almost 4 years ago)
- Last Synced: 2024-08-14T10:16:47.179Z (5 months ago)
- Topics: budgie, screenshot, sharing, solus, upload
- Language: Vala
- Homepage:
- Size: 833 KB
- Stars: 89
- Watchers: 9
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Budgie Screenshot Widget
Take a screenshot of your desktop, a window or region; save to disk and upload. Made with ❤ for Budgie Desktop.# Notice
This project is effectively in an indefinite hiatus.
This does not mean it's completely abandoned but do not expect any updates any time soon.---
Buy me a beer/a coffee/love?
[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://paypal.me/StefanRic)![Screenshot](data/images/screenshot1.png)
---
## Dependencies
```
budgie-1.0 >= 2
gnome-desktop-3.0
gtk+-3.0 >= 3.18
json-glib-1.0
libsoup-2.4
vala
```These can be installed on Solus by running:
```bash
sudo eopkg it budgie-desktop-devel libgnome-desktop-devel libjson-glib-devel libsoup-devel vala
```### Installing
**From source**
```bash
mkdir build && cd build
meson --prefix /usr --buildtype=plain ..
ninja
sudo ninja install
```**Solus**
You can install budgie-screenshot-applet from the Software Centre or via the command line:
```bash
sudo eopkg it budgie-screenshot-applet
```**Arch Linux**
You can install the [budgie-screenshot-applet](https://aur.archlinux.org/packages/budgie-screenshot-applet) package from the AUR