From 755e66c21ba5d96caf0f63131a95b98289c70bcd Mon Sep 17 00:00:00 2001 From: stkhan Date: Thu, 27 May 2021 03:25:32 +0000 Subject: Added emoji font --- 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 da70337..af8a112 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 f829ee7..3ea6804 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 c24c6e4..912d66b 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -sudo pacman -S --needed wpa_supplicant iw dhcpcd adobe-source-code-pro-fonts falkon libnotify dunst picom light feh xorg xorg-xinit pulseaudio +sudo pacman -S --needed wpa_supplicant networkmanager ttf-joypixels iw dhcpcd adobe-source-code-pro-fonts falkon libnotify dunst picom light feh xorg xorg-xinit pulseaudio # Sets variables here dwm="dwm-6.2" diff --git a/themes/theme.h b/themes/theme.h index f4ad3e3..b2df992 100644 --- a/themes/theme.h +++ b/themes/theme.h @@ -6,11 +6,11 @@ /* primary color */ -static const char col_cyan[] = "#6272a4"; +static const char col_cyan[] = "#00731f"; /* secondary colors */ -static const char col_gray1[] = "#282a36"; +static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb"; static const char col_gray4[] = "#eeeeee"; -- cgit v1.2.3