Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiimsergey/rofi-media-wrappers
Take screenshots/screen recording using grim/wf-recorder and wrap it into rofi.
https://github.com/hiimsergey/rofi-media-wrappers
bash bash-script bash-scripting grim rofi rofi-config rofi-scripts screenshot screenshots shell-script shell-scripting shell-scripts shellscript wayland wayland-compatibility wf-recorder
Last synced: 27 days ago
JSON representation
Take screenshots/screen recording using grim/wf-recorder and wrap it into rofi.
- Host: GitHub
- URL: https://github.com/hiimsergey/rofi-media-wrappers
- Owner: hiimsergey
- Created: 2023-04-09T11:32:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-14T15:18:23.000Z (over 1 year ago)
- Last Synced: 2023-08-14T18:14:40.987Z (over 1 year ago)
- Topics: bash, bash-script, bash-scripting, grim, rofi, rofi-config, rofi-scripts, screenshot, screenshots, shell-script, shell-scripting, shell-scripts, shellscript, wayland, wayland-compatibility, wf-recorder
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rofi-media-wrappers
Take screenshots and screen recordings using **[rofi](https://github.com/davatorium/rofi)**, **[grim](https://sr.ht/~emersion/grim)** and **[wf-recorder](https://github.com/ammen99/wf-recorder)**.
Available as bash or fish script.## NOTE for `rofi-wfr`
When you run the script, there seems to be no output on success. But it's actually recording the video in the background. In order save the recording, you have to kill the process.In your window manager, you could create a keyboard binding for a single command that records and stops, i.e.:
```sh
pkill wf-recorder || /path/to/rofi-wfr.sh
```