From 0c7d782d1795af211b62b1517eb085867d048283 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 28 May 2025 10:40:56 +0800 Subject: dashboard: animate text Make run script use -p instead of -c so no need to install to ~/.config/quickshell/caelestia --- run.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run.fish') diff --git a/run.fish b/run.fish index 0eb886e..c2f0847 100755 --- a/run.fish +++ b/run.fish @@ -5,4 +5,4 @@ set -l notifs 'quickshell.service.notifications.warning = false' # Notification 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 -c caelestia --log-rules "$dbus;$notifs;$sni" | grep -vE -e $process +qs -p (dirname (status filename)) --log-rules "$dbus;$notifs;$sni" | grep -vE -e $process -- cgit v1.2.3-freya