From 09d311311eae6f27da8897521974f0e1b9d6e8f7 Mon Sep 17 00:00:00 2001 From: InoriShio <126560588+InoriShio@users.noreply.github.com> Date: Mon, 19 Jan 2026 21:52:44 +0100 Subject: [PATCH] Add initial README.md with setup instructions --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1e18567 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# Hyprland dots + +## Theme + +### Evernight + +- Clone repo +```zsh +git clone https://github.com/InoriShio/I-DeskPet +``` + +- Set gifspath +```zsh +echo 'gifFolder: "/home/InoriShio/Pictures/Gifs/"' > /home/InoriShio/.config/I-DeskPet/config.json +``` + +### Background, Bar, Lockscreen, App-Launcher + +- Clone repo +```zsh +https://github.com/Zacharias-Brohn/z-bar-qt +cd z-bar-qt +cmake -B build -G Ninja +ninja -C build +sudo ninja -C build install +``` + +- See repo for configuration