Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 836 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 836 Bytes

waybar-screenrecorder

waybar module to record your screen.

showcase1

showcase1

Requirements

Requires wf-recorder.

Installation

git clone https://github.com/raffaem/waybar-screenrecorder $HOME/.config/waybar/waybar-screenrecorder

Put the following in $HOME/.config/waybar/config:

"custom/screenrecorder": {
    "exec": "$HOME/.config/waybar/waybar-screenrecorder/screenrecorder status",
    "interval": "once",
    "signal": 1,
    "return-type": "json",
    "tooltip": true,
    "format": "{}",
    "on-click": "$HOME/.config/waybar/waybar-screenrecorder/screenrecorder toggle fullscreen",
    "on-click-right": "$HOME/.config/waybar/waybar-screenrecorder/screenrecorder toggle region"
},