fish: functions: Enable details in pipewire dot graphs

This commit is contained in:
Sanchayan Maity 2022-08-13 10:15:48 +05:30
parent 74183bb5ec
commit eecc7b4021
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
function dotP --description 'Generate Pipewire dot graph for all nodes'
pw-dot -L -a -o /tmp/pw.dot
pw-dot -d -L -a -o /tmp/pw.dot
dot -Tsvg /tmp/pw.dot >~/Pictures/pipewire/pw-dot-(date +%T).svg
rm /tmp/pw.dot
end

View File

@ -1,5 +1,5 @@
function dotp --description 'Generate Pipewire dot graph for linked nodes'
pw-dot -L -s -o /tmp/pw.dot
pw-dot -d -L -s -o /tmp/pw.dot
dot -Tsvg /tmp/pw.dot >~/Pictures/pipewire/pw-dot-(date +%T).svg
rm /tmp/pw.dot
end