/ run.fish
run.fish
1  #!/bin/fish
2  
3  set -l dbus 'quickshell.dbus.properties.warning = false;quickshell.dbus.dbusmenu.warning = false'  # System tray dbus property errors
4  set -l notifs 'quickshell.service.notifications.warning = false'  # Notification server warnings on reload
5  set -l sni 'quickshell.service.sni.host.warning = false'  # StatusNotifierItem warnings on reload
6  set -l process 'QProcess: Destroyed while process'  # Long running processes on reload
7  
8  qs -p (dirname (status filename)) --log-rules "$dbus;$notifs;$sni" | grep -vE -e $process