HyDE's wallbash template for Obsidian.
- clone this repo to your obsidian vault's
.obsidian/themes/
directory.
- Take note that the initial obsidian vault is located at
~/Documents/Obsidian Vault/
, however this is not always the case. Therefore, you may need to set theOBSIDIAN_VAULT
environment variable to the correct path. This can be done by adding the following:- setting it in
~/.config/hyde/hyde.conf
OBSIDIAN_VAULT=/path/to/your/obsidian/vault
(Recommended) - or setting the env in
hyprland.conf
env = OBSIDIAN_VAULT,/path/to/your/obsidian/vault
- or line to your
.bashrc
or.bash_profile
file or similar rc files
- setting it in
export OBSIDIAN_VAULT="${HOME}/Documents/Obsidian Vault/"
git clone https://github.com/HyDE-Project/obsidian "${OBSIDIAN_VAULT}/.obsidian/themes/Wallbash/"
cd "${OBSIDIAN_VAULT}/.obsidian/themes/Wallbash/"
- Now we need to have a copy of the
obsidian.dcol
file in the~/.config/hyde/wallbash/Wall-Ways
directory.
cp ./obsidian.dcol ~/.config/hyde/wallbash/Wall-Ways/
- Run
Hyde reload
to apply the changes.
- This will generate the
theme.css
file.
- Set the theme in Obsidian settings.
- Navigate to you obsidian vault
- cd ./Wallbash
- git pull
cp ./obsidian.dcol ~/.config/hyde/wallbash/Wall-Ways/
Hyde reload
- Add a script to automate the installation process