Rohan Verma



Commit Diff


commit - 972fe62bfd3abdad0e58671f8e24e531871f5f30
commit + 9130915c255249e6fd7dc326a164ab353603df59
blob - 90bcdffd828c744351c16a160e3729f1ab0abad1
blob + ca2341d29a2ee540fe6efc3c6af8159715109ae1
--- README.md
+++ README.md
@@ -4,7 +4,6 @@ a very universal theme with most apps
 
 ## 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
@@ -12,8 +11,8 @@ a very universal theme with most apps
 * 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
 ![showcase](https://git.sr.ht/~verma/dotfiles/blob/main/images/preview.webp?raw)
blob - 240bf2b4c325e5ea03889922c9b2838bae84849b (mode 644)
blob + /dev/null
--- slskd/podman-compose.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-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
@@ -0,0 +1,17 @@
+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