summaryrefslogtreecommitdiff
path: root/run.fish
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-09 12:45:27 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-09 12:45:27 +1000
commitfcdffc8bc583ba28c2d06d3c9c95d6e94130ce02 (patch)
tree5278c4cb766752884ebe8f258f8091d290cc6ce7 /run.fish
parentconfig: make appearance configurable (diff)
downloadcaelestia-shell-fcdffc8bc583ba28c2d06d3c9c95d6e94130ce02.tar.gz
caelestia-shell-fcdffc8bc583ba28c2d06d3c9c95d6e94130ce02.tar.bz2
caelestia-shell-fcdffc8bc583ba28c2d06d3c9c95d6e94130ce02.zip
ci: only check flake.lock
Also remove run.fish
Diffstat (limited to 'run.fish')
-rwxr-xr-xrun.fish9
1 files changed, 0 insertions, 9 deletions
diff --git a/run.fish b/run.fish
deleted file mode 100755
index ada4152..0000000
--- a/run.fish
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env fish
-
-set -l dbus 'quickshell.dbus.properties.warning = false;quickshell.dbus.dbusmenu.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
-set -l cache "Cannot open: file://$XDG_CACHE_HOME/caelestia/imagecache/"
-
-qs -p (dirname (status filename)) --log-rules "$dbus;$notifs;$sni" | grep -vF -e $process -e $cache