diff options
| author | stkhan <personal@slickd.xyz> | 2021-05-27 03:25:32 +0000 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-05-27 03:25:32 +0000 |
| commit | 755e66c21ba5d96caf0f63131a95b98289c70bcd (patch) | |
| tree | 4282a7cbe1b667bb3eeb6b95c199170cd9a9391b | |
| parent | 95cb811fc970e64c31d3b09a348b1cbe0bc8773c (diff) | |
Added emoji font
| -rwxr-xr-x | dwm-6.2/dwm | bin | 72056 -> 72056 bytes | |||
| -rw-r--r-- | dwm-6.2/dwm.o | bin | 63192 -> 63192 bytes | |||
| -rwxr-xr-x | install.sh | 2 | ||||
| -rw-r--r-- | themes/theme.h | 4 |
4 files changed, 3 insertions, 3 deletions
diff --git a/dwm-6.2/dwm b/dwm-6.2/dwm Binary files differindex da70337..af8a112 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 f829ee7..3ea6804 100644 --- a/dwm-6.2/dwm.o +++ b/dwm-6.2/dwm.o @@ -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"; |