summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
-rw-r--r--dwm-6.2/config.h2
-rwxr-xr-xdwm-6.2/dwmbin66648 -> 66648 bytes
-rw-r--r--dwm-6.2/dwm.obin59536 -> 59536 bytes
-rw-r--r--etc/screenshot.pngbin1967952 -> 0 bytes
-rw-r--r--etc/screenshots/blue.pngbin0 -> 2343625 bytes
-rw-r--r--etc/screenshots/dwm.gifbin1614231 -> 0 bytes
-rw-r--r--etc/screenshots/green.pngbin0 -> 2250037 bytes
-rw-r--r--etc/screenshots/red.pngbin0 -> 1707338 bytes
-rw-r--r--etc/screenshots/screenshot.pngbin1967952 -> 0 bytes
-rw-r--r--etc/screenshots/so89u9ej.pngbin1215226 -> 0 bytes
-rw-r--r--etc/so89u9ej.pngbin1215226 -> 0 bytes
-rwxr-xr-xinstall.sh2
13 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3c30d13..4095a64 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,10 @@
# archrice - My desktop/utilties I use for Arch
-![Screenshot](etc/screenshot.png)
+![Screenshot](etc/screenshots/blue.png)
+
+![Screenshot](etc/screenshots/red.png)
+
+![Screenshot](etc/screenshots/green.png)
## About
This is the setup I use on Linux. I use my own versions of dwm, dmenu, and dwmblocks, however st comes from Luke Smith (lukesmith.xyz)
@@ -18,6 +22,8 @@ Note that if you want to change anything in the dwm config, do it in dwm/themes/
- Blue
+- Green
+
## Credits
### st
diff --git a/dwm-6.2/config.h b/dwm-6.2/config.h
index 7d90872..05d2e77 100644
--- a/dwm-6.2/config.h
+++ b/dwm-6.2/config.h
@@ -14,7 +14,7 @@ static const char col_gray1[] = "#222222";
static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#bbbbbb";
static const char col_gray4[] = "#eeeeee";
-static const char col_cyan[] = "#00731f";
+static const char col_cyan[] = "#0a0063";
static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
diff --git a/dwm-6.2/dwm b/dwm-6.2/dwm
index 0f0636b..71bb797 100755
--- a/dwm-6.2/dwm
+++ b/dwm-6.2/dwm
Binary files differ
diff --git a/dwm-6.2/dwm.o b/dwm-6.2/dwm.o
index ccebda1..240a054 100644
--- a/dwm-6.2/dwm.o
+++ b/dwm-6.2/dwm.o
Binary files differ
diff --git a/etc/screenshot.png b/etc/screenshot.png
deleted file mode 100644
index 5728a00..0000000
--- a/etc/screenshot.png
+++ /dev/null
Binary files differ
diff --git a/etc/screenshots/blue.png b/etc/screenshots/blue.png
new file mode 100644
index 0000000..0d139fe
--- /dev/null
+++ b/etc/screenshots/blue.png
Binary files differ
diff --git a/etc/screenshots/dwm.gif b/etc/screenshots/dwm.gif
deleted file mode 100644
index 981397e..0000000
--- a/etc/screenshots/dwm.gif
+++ /dev/null
Binary files differ
diff --git a/etc/screenshots/green.png b/etc/screenshots/green.png
new file mode 100644
index 0000000..6fdbf0b
--- /dev/null
+++ b/etc/screenshots/green.png
Binary files differ
diff --git a/etc/screenshots/red.png b/etc/screenshots/red.png
new file mode 100644
index 0000000..004faaf
--- /dev/null
+++ b/etc/screenshots/red.png
Binary files differ
diff --git a/etc/screenshots/screenshot.png b/etc/screenshots/screenshot.png
deleted file mode 100644
index 5728a00..0000000
--- a/etc/screenshots/screenshot.png
+++ /dev/null
Binary files differ
diff --git a/etc/screenshots/so89u9ej.png b/etc/screenshots/so89u9ej.png
deleted file mode 100644
index faff9c3..0000000
--- a/etc/screenshots/so89u9ej.png
+++ /dev/null
Binary files differ
diff --git a/etc/so89u9ej.png b/etc/so89u9ej.png
deleted file mode 100644
index faff9c3..0000000
--- a/etc/so89u9ej.png
+++ /dev/null
Binary files differ
diff --git a/install.sh b/install.sh
index 55c805f..a3a9d9c 100755
--- a/install.sh
+++ b/install.sh
@@ -4,7 +4,7 @@ dwm="dwm-6.2"
dmenu="./dmenu-5.0"
st="./st"
dwmblocks="./dwmblocks"
-theme='green'
+theme='blue'
echo "Welcome to the archrice installer script"
echo