aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2024-12-21 16:35:23 +0000
committerJustine Smithies <justine@smithies.me.uk>2024-12-21 16:35:23 +0000
commit661feeec483afeaf80b4f7fb42d6e12d1652d5df (patch)
tree734c9bac9c1d97cfef4b84064e18b59db2baff7d
parent5a458f5ef2d6c302e69c93b210e6a2aee8201fc8 (diff)
Read the current set wallper from ~/.cache/wallpaper and export variable wallpaper.
-rw-r--r--.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 7084336..8331347 100644
--- a/.bashrc
+++ b/.bashrc
@@ -78,6 +78,9 @@ export SSH_ASKPASS_REQUIRE=prefer
export TERMINAL="foot"
export SAL_USE_VCLPLUGIN=gtk3
+read -r wallpaper<~/.cache/wallpaper
+export wallpaper
+
# Path to Zig binary
# export PATH=$PATH:~/Downloads/zig/zig-linux-x86_64-0.13.0/