diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-09 12:45:27 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-09 12:45:27 +1000 |
| commit | fcdffc8bc583ba28c2d06d3c9c95d6e94130ce02 (patch) | |
| tree | 5278c4cb766752884ebe8f258f8091d290cc6ce7 /run.fish | |
| parent | config: make appearance configurable (diff) | |
| download | caelestia-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-x | run.fish | 9 |
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 |