├── LICENSE ├── assets └── interface.png ├── install.sh ├── readme.md └── src ├── hyprshot-gui └── hyprshot.desktop /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s-adi-dev/hyprshot-gui/HEAD/LICENSE -------------------------------------------------------------------------------- /assets/interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s-adi-dev/hyprshot-gui/HEAD/assets/interface.png -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s-adi-dev/hyprshot-gui/HEAD/install.sh -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s-adi-dev/hyprshot-gui/HEAD/readme.md -------------------------------------------------------------------------------- /src/hyprshot-gui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s-adi-dev/hyprshot-gui/HEAD/src/hyprshot-gui -------------------------------------------------------------------------------- /src/hyprshot.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/s-adi-dev/hyprshot-gui/HEAD/src/hyprshot.desktop --------------------------------------------------------------------------------