summaryrefslogtreecommitdiff
path: root/run.fish
diff options
context:
space:
mode:
Diffstat (limited to 'run.fish')
-rwxr-xr-xrun.fish3
1 files changed, 2 insertions, 1 deletions
diff --git a/run.fish b/run.fish
index 2e6c039..ada4152 100755
--- a/run.fish
+++ b/run.fish
@@ -4,5 +4,6 @@ set -l dbus 'quickshell.dbus.properties.warning = false;quickshell.dbus.dbusmenu
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
+set -l cache "Cannot open: file://$XDG_CACHE_HOME/caelestia/imagecache/"
-qs -p (dirname (status filename)) --log-rules "$dbus;$notifs;$sni" | grep -vE -e $process
+qs -p (dirname (status filename)) --log-rules "$dbus;$notifs;$sni" | grep -vF -e $process -e $cache