summaryrefslogtreecommitdiff
path: root/run.fish
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-01 17:01:28 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-01 17:01:28 +1000
commit894fc9bfe6889539ab5a52a4b72474236cbc4bd6 (patch)
tree8092767841632717142cffc5596b1ea9bb7a6b2f /run.fish
parentbar: fix workspaces occupied (diff)
downloadcaelestia-shell-894fc9bfe6889539ab5a52a4b72474236cbc4bd6.tar.gz
caelestia-shell-894fc9bfe6889539ab5a52a4b72474236cbc4bd6.tar.bz2
caelestia-shell-894fc9bfe6889539ab5a52a4b72474236cbc4bd6.zip
bar: use loaders
Use loaders for all optional components e.g. workspace windows and occupied background Fix bar preset loader usage Fix occupied group Change text on active ws colour Tray no extension for paths (use qt auto resolution)
Diffstat (limited to 'run.fish')
-rwxr-xr-xrun.fish5
1 files changed, 3 insertions, 2 deletions
diff --git a/run.fish b/run.fish
index 7af0975..78cd42b 100755
--- a/run.fish
+++ b/run.fish
@@ -5,6 +5,7 @@ set -l hypr 'invalid nullptr parameter' # Error that always pops up on Hyprland
set -l intercept '^qsintercept:.*(:[0-9]+){2}$' # Empty qsintercept lines
set -l loop 'Binding loop detected' # Binding loops
set -l icons 'Searching custom icon paths is not yet supported' # Error for system tray icons
-set -l process 'QProcess: Destroyed while process'
+set -l process 'QProcess: Destroyed while process' # Long running processes on reload
+set -l asyncLoader 'items in the process of being created at engine destruction' # Async loaders on reload
-qs -c caelestia --log-rules $dbus | grep -vE -e $hypr -e $intercept -e $loop -e $icons -e $process
+qs -c caelestia --log-rules $dbus | grep -vE -e $hypr -e $intercept -e $loop -e $icons -e $process -e $asyncLoader