diff options
| author | stkhan <personal@slickd.xyz> | 2021-04-17 19:44:52 +0000 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-04-17 19:44:52 +0000 |
| commit | fd11e05d97b019be521e393d8f18ef1b8e8e1621 (patch) | |
| tree | 4e9506347f0617f594d312ca706933380bd8f3ca | |
| parent | 168bece0de9c226f490c0dd462bfbce6de9854e2 (diff) | |
Updated readme
| -rw-r--r-- | README.md | 8 | ||||
| -rw-r--r-- | dwm-6.2/config.h | 2 | ||||
| -rwxr-xr-x | dwm-6.2/dwm | bin | 66648 -> 66648 bytes | |||
| -rw-r--r-- | dwm-6.2/dwm.o | bin | 59536 -> 59536 bytes | |||
| -rw-r--r-- | etc/screenshot.png | bin | 1967952 -> 0 bytes | |||
| -rw-r--r-- | etc/screenshots/blue.png | bin | 0 -> 2343625 bytes | |||
| -rw-r--r-- | etc/screenshots/dwm.gif | bin | 1614231 -> 0 bytes | |||
| -rw-r--r-- | etc/screenshots/green.png | bin | 0 -> 2250037 bytes | |||
| -rw-r--r-- | etc/screenshots/red.png | bin | 0 -> 1707338 bytes | |||
| -rw-r--r-- | etc/screenshots/screenshot.png | bin | 1967952 -> 0 bytes | |||
| -rw-r--r-- | etc/screenshots/so89u9ej.png | bin | 1215226 -> 0 bytes | |||
| -rw-r--r-- | etc/so89u9ej.png | bin | 1215226 -> 0 bytes | |||
| -rwxr-xr-x | install.sh | 2 |
13 files changed, 9 insertions, 3 deletions
@@ -1,6 +1,10 @@ # archrice - My desktop/utilties I use for Arch - + + + + + ## 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 Binary files differindex 0f0636b..71bb797 100755 --- a/dwm-6.2/dwm +++ b/dwm-6.2/dwm diff --git a/dwm-6.2/dwm.o b/dwm-6.2/dwm.o Binary files differindex ccebda1..240a054 100644 --- a/dwm-6.2/dwm.o +++ b/dwm-6.2/dwm.o diff --git a/etc/screenshot.png b/etc/screenshot.png Binary files differdeleted file mode 100644 index 5728a00..0000000 --- a/etc/screenshot.png +++ /dev/null diff --git a/etc/screenshots/blue.png b/etc/screenshots/blue.png Binary files differnew file mode 100644 index 0000000..0d139fe --- /dev/null +++ b/etc/screenshots/blue.png diff --git a/etc/screenshots/dwm.gif b/etc/screenshots/dwm.gif Binary files differdeleted file mode 100644 index 981397e..0000000 --- a/etc/screenshots/dwm.gif +++ /dev/null diff --git a/etc/screenshots/green.png b/etc/screenshots/green.png Binary files differnew file mode 100644 index 0000000..6fdbf0b --- /dev/null +++ b/etc/screenshots/green.png diff --git a/etc/screenshots/red.png b/etc/screenshots/red.png Binary files differnew file mode 100644 index 0000000..004faaf --- /dev/null +++ b/etc/screenshots/red.png diff --git a/etc/screenshots/screenshot.png b/etc/screenshots/screenshot.png Binary files differdeleted file mode 100644 index 5728a00..0000000 --- a/etc/screenshots/screenshot.png +++ /dev/null diff --git a/etc/screenshots/so89u9ej.png b/etc/screenshots/so89u9ej.png Binary files differdeleted file mode 100644 index faff9c3..0000000 --- a/etc/screenshots/so89u9ej.png +++ /dev/null diff --git a/etc/so89u9ej.png b/etc/so89u9ej.png Binary files differdeleted file mode 100644 index faff9c3..0000000 --- a/etc/so89u9ej.png +++ /dev/null @@ -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 |