From fd11e05d97b019be521e393d8f18ef1b8e8e1621 Mon Sep 17 00:00:00 2001 From: stkhan Date: Sat, 17 Apr 2021 19:44:52 +0000 Subject: Updated readme --- README.md | 8 +++++++- dwm-6.2/config.h | 2 +- dwm-6.2/dwm | Bin 66648 -> 66648 bytes dwm-6.2/dwm.o | Bin 59536 -> 59536 bytes etc/screenshot.png | Bin 1967952 -> 0 bytes etc/screenshots/blue.png | Bin 0 -> 2343625 bytes etc/screenshots/dwm.gif | Bin 1614231 -> 0 bytes etc/screenshots/green.png | Bin 0 -> 2250037 bytes etc/screenshots/red.png | Bin 0 -> 1707338 bytes etc/screenshots/screenshot.png | Bin 1967952 -> 0 bytes etc/screenshots/so89u9ej.png | Bin 1215226 -> 0 bytes etc/so89u9ej.png | Bin 1215226 -> 0 bytes install.sh | 2 +- 13 files changed, 9 insertions(+), 3 deletions(-) delete mode 100644 etc/screenshot.png create mode 100644 etc/screenshots/blue.png delete mode 100644 etc/screenshots/dwm.gif create mode 100644 etc/screenshots/green.png create mode 100644 etc/screenshots/red.png delete mode 100644 etc/screenshots/screenshot.png delete mode 100644 etc/screenshots/so89u9ej.png delete mode 100644 etc/so89u9ej.png 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 Binary files a/dwm-6.2/dwm and b/dwm-6.2/dwm differ diff --git a/dwm-6.2/dwm.o b/dwm-6.2/dwm.o index ccebda1..240a054 100644 Binary files a/dwm-6.2/dwm.o and b/dwm-6.2/dwm.o differ diff --git a/etc/screenshot.png b/etc/screenshot.png deleted file mode 100644 index 5728a00..0000000 Binary files a/etc/screenshot.png and /dev/null differ diff --git a/etc/screenshots/blue.png b/etc/screenshots/blue.png new file mode 100644 index 0000000..0d139fe Binary files /dev/null and b/etc/screenshots/blue.png differ diff --git a/etc/screenshots/dwm.gif b/etc/screenshots/dwm.gif deleted file mode 100644 index 981397e..0000000 Binary files a/etc/screenshots/dwm.gif and /dev/null differ diff --git a/etc/screenshots/green.png b/etc/screenshots/green.png new file mode 100644 index 0000000..6fdbf0b Binary files /dev/null and b/etc/screenshots/green.png differ diff --git a/etc/screenshots/red.png b/etc/screenshots/red.png new file mode 100644 index 0000000..004faaf Binary files /dev/null and b/etc/screenshots/red.png differ diff --git a/etc/screenshots/screenshot.png b/etc/screenshots/screenshot.png deleted file mode 100644 index 5728a00..0000000 Binary files a/etc/screenshots/screenshot.png and /dev/null differ diff --git a/etc/screenshots/so89u9ej.png b/etc/screenshots/so89u9ej.png deleted file mode 100644 index faff9c3..0000000 Binary files a/etc/screenshots/so89u9ej.png and /dev/null differ diff --git a/etc/so89u9ej.png b/etc/so89u9ej.png deleted file mode 100644 index faff9c3..0000000 Binary files a/etc/so89u9ej.png and /dev/null 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 -- cgit v1.2.3