aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-04-01 14:26:17 +0200
committerpml68 <tutorialmester@gmail.com>2024-04-01 14:26:17 +0200
commitd57a75ef98f7958e976488bdcc1c600caaae3e7c (patch)
treee50b8f095d5af43b5b30ba10caa4937fd1b37d79
parentfeat: remove .bashrc (diff)
downloadsuckless-setup-d57a75ef98f7958e976488bdcc1c600caaae3e7c.tar.gz
feat: add vis config
Diffstat (limited to '')
-rw-r--r--README.md5
-rw-r--r--vis/colors/blue-pink-gradient5
-rw-r--r--vis/config3
3 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1ff5c91..de0c0a0 100644
--- a/README.md
+++ b/README.md
@@ -22,10 +22,11 @@ cd suckless-setup/
Replace config files
```sh
-sudo mv picom.conf /etc/xdg/picom.conf
+sudo cp picom.conf /etc/xdg/picom.conf
# optional
-mv neofetch/config.conf ~/.config/neofetch/config.conf
+cp neofetch/config.conf ~/.config/neofetch/config.conf
+cp vis -r ~/.config/ # for [cli-visualizer](https://github.com/dpayne/cli-visualizer)
```
Build and install each program manually or with the included script
diff --git a/vis/colors/blue-pink-gradient b/vis/colors/blue-pink-gradient
new file mode 100644
index 0000000..eb0667e
--- /dev/null
+++ b/vis/colors/blue-pink-gradient
@@ -0,0 +1,5 @@
+#0b54fe
+#4743ef
+#8432df
+#c020d0
+#fc0fc0
diff --git a/vis/config b/vis/config
new file mode 100644
index 0000000..f064bd3
--- /dev/null
+++ b/vis/config
@@ -0,0 +1,3 @@
+visualizer.spectrum.bar.width=1
+audio.stereo.enabled=false
+colors.scheme=blue-pink-gradient