summaryrefslogtreecommitdiff
path: root/run.fish
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-13 23:31:47 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-13 23:31:47 +1000
commit5da1b64da09e4c12bf850750cd1cf18b5bab3210 (patch)
tree4e79285022869d5e30b37e616e10919a187a6c29 /run.fish
parentdashboard: not full rounding for face (diff)
downloadcaelestia-shell-5da1b64da09e4c12bf850750cd1cf18b5bab3210.tar.gz
caelestia-shell-5da1b64da09e4c12bf850750cd1cf18b5bab3210.tar.bz2
caelestia-shell-5da1b64da09e4c12bf850750cd1cf18b5bab3210.zip
internal: better caching impl
WARNING: causes blocking when caching image on first load
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