commit - 972fe62bfd3abdad0e58671f8e24e531871f5f30
commit + 9130915c255249e6fd7dc326a164ab353603df59
blob - 90bcdffd828c744351c16a160e3729f1ab0abad1
blob + ca2341d29a2ee540fe6efc3c6af8159715109ae1
--- README.md
+++ README.md
## tree meaning
-**setup**
* bin directory holds all the files in ~/.local/bin
* millennium is for millennium, a steam homebrew extension that adds theming
* config holds files in .config
* firefox userChrome.css in the browser dir, you can copy and paste into your profiles root dir, my colorscheme is [here](https://addons.mozilla.org/en-US/firefox/addon/111111-fox/)
* wallpapers directory is all the wallpapers i personally use
* fonts dir has the font i use
+* on waves, i use soulseek to download the music files, configuration is required for that part, i have given my podman-compose so you can quickly start it
+* there is also suckless terminal for when using xorg, i have put in my patches & stuff into the folder, this is located in programs
-on waves, i use soulseek to download the music files, configuration is required for that part, i have given my podman-compose & app.yml
-
## showcase

blob - 240bf2b4c325e5ea03889922c9b2838bae84849b (mode 644)
blob + /dev/null
--- slskd/podman-compose.yml
+++ /dev/null
-services:
- slskd:
- image: docker.io/slskd/slskd:latest
- container_name: slskd
- dns:
- - 1.1.1.1
- ports:
- - "127.0.0.1:5030:5030"
- - "127.0.0.1:5031:5031"
- - "50300:50300"
- environment:
- - SLSKD_REMOTE_CONFIGURATION=true
- volumes:
- - /home/rohan/slskd/app:/app
- - /home/rohan/music/completed:/music/completed
- - /home/rohan/music/incompleted:/music/incompleted
- restart: unless-stopped
blob - /dev/null
blob + 240bf2b4c325e5ea03889922c9b2838bae84849b (mode 644)
--- /dev/null
+++ programs/slskd/podman-compose.yml
+services:
+ slskd:
+ image: docker.io/slskd/slskd:latest
+ container_name: slskd
+ dns:
+ - 1.1.1.1
+ ports:
+ - "127.0.0.1:5030:5030"
+ - "127.0.0.1:5031:5031"
+ - "50300:50300"
+ environment:
+ - SLSKD_REMOTE_CONFIGURATION=true
+ volumes:
+ - /home/rohan/slskd/app:/app
+ - /home/rohan/music/completed:/music/completed
+ - /home/rohan/music/incompleted:/music/incompleted
+ restart: unless-stopped