From 64bf3f8bed57c82a106591f293c7aa03252f90cf Mon Sep 17 00:00:00 2001 From: A Farzat Date: Mon, 22 Apr 2024 00:45:10 +0900 Subject: Use wal sequences --- halfway/general.zsh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 halfway/general.zsh (limited to 'halfway') diff --git a/halfway/general.zsh b/halfway/general.zsh new file mode 100644 index 0000000..909c13f --- /dev/null +++ b/halfway/general.zsh @@ -0,0 +1,9 @@ +# Run the sequences in the current terminal to apply the theme. +# The first is synchronous, the second is asynchronous. +cat ~/.cache/wal/sequences; +# (cat ~/.cache/wal/sequences &); +# To add support for TTYs this line can be optionally added. +source ~/.cache/wal/colors-tty.sh +# Attempts to restore the cursor colour - harmless, usually doesn't work +# but sometimes it is actually the only thing that works. +printf '%b' '\e]12' -- cgit v1.2.3-70-g09d2