fish: functions: Enable details in pipewire dot graphs
This commit is contained in:
parent
74183bb5ec
commit
eecc7b4021
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue