From eb94b846da358fac9022d9bedbfb34b5db1279ba Mon Sep 17 00:00:00 2001 From: stkhan Date: Wed, 2 Jun 2021 18:35:29 +0000 Subject: Typo --- dwm-6.2/dwm | Bin 72056 -> 72056 bytes dwm-6.2/dwm.o | Bin 63192 -> 63192 bytes install.sh | 2 +- themes/theme.h | 4 ++-- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dwm-6.2/dwm b/dwm-6.2/dwm index 7ec571e..ef64fbf 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 29e7297..a8c5363 100644 Binary files a/dwm-6.2/dwm.o and b/dwm-6.2/dwm.o differ diff --git a/install.sh b/install.sh index e9dfb39..ae0d13c 100755 --- a/install.sh +++ b/install.sh @@ -54,7 +54,7 @@ mkdir ~/.dwm/ cp etc/.xinitrc ~ -cp etc/wallpapers/$theme.wallpaper.jpg ~/.config/wallpaper.jpg +cp etc/wallpaper/$theme.wallpaper.jpg ~/.config/wallpaper.jpg cp etc/autostart.sh ~/.dwm/ sudo cp bin/* /usr/local/bin diff --git a/themes/theme.h b/themes/theme.h index 162087c..ae77542 100644 --- a/themes/theme.h +++ b/themes/theme.h @@ -6,11 +6,11 @@ /* primary color */ -static const char col_cyan[] = "#8c0180"; +static const char col_cyan[] = "#5e81ac"; /* secondary colors */ -static const char col_gray1[] = "#222222"; +static const char col_gray1[] = "#2e3440"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb"; static const char col_gray4[] = "#eeeeee"; -- cgit v1.2.3