Compare commits

...

2 Commits

Author SHA1 Message Date
Inorishio f8090d2357 Delete directory '.dotfiles' 2026-05-08 01:18:14 +02:00
Inorishio 893598fbc6 Delete .zprofile 2026-05-08 01:17:59 +02:00
2 changed files with 0 additions and 31 deletions
-28
View File
@@ -1,28 +0,0 @@
# 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
-3
View File
@@ -1,3 +0,0 @@
if uwsm check may-start >> /dev/null; then
exec uwsm start hyprland.desktop
fi