Skip to content

Instantly share code, notes, and snippets.

View gingkapls's full-sized avatar

gingkapls

  • 06:14 (UTC +05:30)
View GitHub Profile
@gingkapls
gingkapls / waybar-config
Created December 21, 2020 14:08
Wayland recording with waybar indicator
"custom/wf-recorder": {
"format": "{}",
"interval": "once",
"exec": "echo ''",
"tooltip": "false",
"exec-if": "pgrep 'wf-recorder'",
"on-click": "exec $HOME/.scripts/wlrecord.sh",
"signal": 8
}