Added many different things
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user