Added many different things

This commit is contained in:
Hannes
2026-04-20 22:08:48 +02:00
parent f4ab71c1fc
commit 95cf86ae5f
7 changed files with 111 additions and 33 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Load pywal colors (extract from ~/.cache/wal/colors.json)
if test -e $HOME/.cache/wal/colors.json
if test -e $HOME/.cache/wal/colors.json1
set -g theme_0 (jq -r '.colors.color0' ~/.cache/wal/colors.json) # Primary color
set -g theme_1 (jq -r '.colors.color1' ~/.cache/wal/colors.json) # Secondary color (e.g., for git, @)
set -g theme_2 (jq -r '.colors.color2' ~/.cache/wal/colors.json) # Third color (e.g., for hostname)