Add screen recording

This commit is contained in:
Armel van Ravels
2026-07-15 10:24:38 +02:00
parent 7add559324
commit b4fed26fdd
3 changed files with 36 additions and 2 deletions

View File

@@ -21,12 +21,23 @@
];
modules-right = [
"custom/recording"
"pulseaudio"
"cpu"
"tray"
"clock"
];
"custom/recording" = {
exec = ''
if pgrep -x wf-recorder >/dev/null; then
echo "🔴 REC"
fi
'';
interval = 1;
tooltip = false;
};
pulseaudio = {
format = "{icon} {volume}%";
format-muted = "󰝟 muted";