summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2021-05-27 03:25:32 +0000
committerstkhan <personal@slickd.xyz>2021-05-27 03:25:32 +0000
commit755e66c21ba5d96caf0f63131a95b98289c70bcd (patch)
tree4282a7cbe1b667bb3eeb6b95c199170cd9a9391b
parent95cb811fc970e64c31d3b09a348b1cbe0bc8773c (diff)
Added emoji font
-rwxr-xr-xdwm-6.2/dwmbin72056 -> 72056 bytes
-rw-r--r--dwm-6.2/dwm.obin63192 -> 63192 bytes
-rwxr-xr-xinstall.sh2
-rw-r--r--themes/theme.h4
4 files changed, 3 insertions, 3 deletions
diff --git a/dwm-6.2/dwm b/dwm-6.2/dwm
index da70337..af8a112 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 f829ee7..3ea6804 100644
--- a/dwm-6.2/dwm.o
+++ b/dwm-6.2/dwm.o
Binary files 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";