aboutsummaryrefslogtreecommitdiff
path: root/.local/share/mode/switch.d
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-03-11 08:54:17 +0100
committerlonkaars <loek@pipeframe.xyz>2024-03-11 08:54:17 +0100
commitfb6fe95482b3f9c9723188f7bdb30b4e63b658e5 (patch)
tree5b209fbfa251687d2b21984805bd9a1705e8dd1d /.local/share/mode/switch.d
parentfed2e42488194bfc45a55f687dd97b28a998a3f3 (diff)
fix `mode restore`
Diffstat (limited to '.local/share/mode/switch.d')
-rwxr-xr-x.local/share/mode/switch.d/mode2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/mode/switch.d/mode b/.local/share/mode/switch.d/mode
index 17b981c..3b58fa6 100755
--- a/.local/share/mode/switch.d/mode
+++ b/.local/share/mode/switch.d/mode
@@ -4,5 +4,5 @@ rm -rf "$PREFIX"/*
mkdir -p "$PREFIX"
echo "$mode" > "$PREFIX/mode"
-echo "$theme" > "$PREFIX/theme"
+ln -sf "$theme" "$PREFIX/theme"