From 661feeec483afeaf80b4f7fb42d6e12d1652d5df Mon Sep 17 00:00:00 2001
From: Justine Smithies <justine@smithies.me.uk>
Date: Sat, 21 Dec 2024 16:35:23 +0000
Subject: Read the current set wallper from ~/.cache/wallpaper and export
 variable wallpaper.

---
 .bashrc | 3 +++
 1 file changed, 3 insertions(+)

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/
 
-- 
cgit v1.2.3