nosignal-shell/run.fish
2 * r + 2 * t 0c7d782d17 dashboard: animate text
Make run script use -p instead of -c so no need to install to ~/.config/quickshell/caelestia
2025-05-28 10:40:56 +08:00

8 lines
489 B
Fish
Executable file

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