summaryrefslogtreecommitdiff
path: root/run.fish
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-28 10:40:56 +0800
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-28 10:40:56 +0800
commit0c7d782d1795af211b62b1517eb085867d048283 (patch)
tree0e6dcbce33efd7d459fa44ac12c8c4740ef0d5d7 /run.fish
parentdrawers: fix interactions area (diff)
downloadcaelestia-shell-0c7d782d1795af211b62b1517eb085867d048283.tar.gz
caelestia-shell-0c7d782d1795af211b62b1517eb085867d048283.tar.bz2
caelestia-shell-0c7d782d1795af211b62b1517eb085867d048283.zip
dashboard: animate text
Make run script use -p instead of -c so no need to install to ~/.config/quickshell/caelestia
Diffstat (limited to 'run.fish')
-rwxr-xr-xrun.fish2
1 files changed, 1 insertions, 1 deletions
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