summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dwm-6.2/config.h4
-rwxr-xr-xdwm-6.2/dwmbin72168 -> 72168 bytes
-rw-r--r--dwm-6.2/dwm.obin63424 -> 63368 bytes
-rwxr-xr-xinstall.sh9
-rw-r--r--st/boxdraw.obin0 -> 7728 bytes
-rw-r--r--st/config.h2
-rw-r--r--st/hb.obin0 -> 4592 bytes
-rwxr-xr-xst/stbin0 -> 120816 bytes
-rw-r--r--st/st.obin0 -> 79496 bytes
-rw-r--r--st/x.obin0 -> 87784 bytes
-rw-r--r--themes/blue (renamed from themes/themes/blue)0
-rw-r--r--themes/default (renamed from themes/themes/default)0
-rw-r--r--themes/dracula (renamed from themes/themes/dracula)0
-rw-r--r--themes/green (renamed from themes/themes/green)0
-rw-r--r--themes/nord (renamed from themes/themes/nord)0
-rw-r--r--themes/purple (renamed from themes/themes/purple)0
-rw-r--r--themes/red (renamed from themes/themes/red)0
-rw-r--r--themes/theme.h53
18 files changed, 7 insertions, 61 deletions
diff --git a/dwm-6.2/config.h b/dwm-6.2/config.h
index b1f3292..8a40171 100644
--- a/dwm-6.2/config.h
+++ b/dwm-6.2/config.h
@@ -1,4 +1,4 @@
-#include "../themes/theme.h"
+#include "../theme.h"
/* See LICENSE file for copyright and license details. */
@@ -92,7 +92,7 @@ static Key keys[] = {
{ MODKEY, XK_Tab, view, {0} },
{ MODKEY, XK_x, killclient, {0} },
{ MODKEY, XK_t, setlayout, {.v = &layouts[0]} },
- { MODKEY, XK_f, setlayout, {.v = &layouts[1]} },
+ /*{ MODKEY, XK_f, setlayout, {.v = &layouts[1]} }, */
{ MODKEY, XK_m, setlayout, {.v = &layouts[2]} },
{ MODKEY, XK_space, setlayout, {0} },
{ MODKEY|ShiftMask, XK_space, togglefloating, {0} },
diff --git a/dwm-6.2/dwm b/dwm-6.2/dwm
index 7b944a1..6ebcefb 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 e42a729..7373ad2 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 ae0d13c..1f3bcf3 100755
--- a/install.sh
+++ b/install.sh
@@ -1,6 +1,7 @@
#!/usr/bin/bash
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
+clear
# Sets variables here
dwm="dwm-6.2"
@@ -14,18 +15,15 @@ echo ""
echo "What theme do you want to use? Current themes are down below:"
echo
-ls themes/themes/
+ls themes/
echo
echo "Enter what theme you want here:" && read theme
echo
echo "Theme is $theme"
pwd
-rm ./themes/theme.h
-cp themes/themes/$theme themes/theme.h
+cp themes/$theme ./theme.h
cd $dwm
-rm config.h
-make clean
make -s
sudo make -s install
@@ -58,4 +56,5 @@ cp etc/wallpaper/$theme.wallpaper.jpg ~/.config/wallpaper.jpg
cp etc/autostart.sh ~/.dwm/
sudo cp bin/* /usr/local/bin
+rm theme.h
diff --git a/st/boxdraw.o b/st/boxdraw.o
new file mode 100644
index 0000000..3080fdc
--- /dev/null
+++ b/st/boxdraw.o
Binary files differ
diff --git a/st/config.h b/st/config.h
index 0669220..ee96133 100644
--- a/st/config.h
+++ b/st/config.h
@@ -1,4 +1,4 @@
-#include "../themes/theme.h"
+#include "../theme.h"
/* See LICENSE file for copyright and license details. */
diff --git a/st/hb.o b/st/hb.o
new file mode 100644
index 0000000..346d766
--- /dev/null
+++ b/st/hb.o
Binary files differ
diff --git a/st/st b/st/st
new file mode 100755
index 0000000..6969f37
--- /dev/null
+++ b/st/st
Binary files differ
diff --git a/st/st.o b/st/st.o
new file mode 100644
index 0000000..095c6ed
--- /dev/null
+++ b/st/st.o
Binary files differ
diff --git a/st/x.o b/st/x.o
new file mode 100644
index 0000000..fc0e094
--- /dev/null
+++ b/st/x.o
Binary files differ
diff --git a/themes/themes/blue b/themes/blue
index 648208b..648208b 100644
--- a/themes/themes/blue
+++ b/themes/blue
diff --git a/themes/themes/default b/themes/default
index b81f7bd..b81f7bd 100644
--- a/themes/themes/default
+++ b/themes/default
diff --git a/themes/themes/dracula b/themes/dracula
index f7353de..f7353de 100644
--- a/themes/themes/dracula
+++ b/themes/dracula
diff --git a/themes/themes/green b/themes/green
index 1c182f6..1c182f6 100644
--- a/themes/themes/green
+++ b/themes/green
diff --git a/themes/themes/nord b/themes/nord
index 25fb5b0..25fb5b0 100644
--- a/themes/themes/nord
+++ b/themes/nord
diff --git a/themes/themes/purple b/themes/purple
index c2e1c75..c2e1c75 100644
--- a/themes/themes/purple
+++ b/themes/purple
diff --git a/themes/themes/red b/themes/red
index e46a25c..e46a25c 100644
--- a/themes/themes/red
+++ b/themes/red
diff --git a/themes/theme.h b/themes/theme.h
deleted file mode 100644
index f7353de..0000000
--- a/themes/theme.h
+++ /dev/null
@@ -1,53 +0,0 @@
-/* Sarc config file */
-
-/*
- * DWM CONFIGURATION
-*/
-
-/* primary color */
-
-static const char col_cyan[] = "#6272a4";
-
-/* secondary colors */
-
-static const char col_gray1[] = "#282a36";
-static const char col_gray2[] = "#444444";
-static const char col_gray3[] = "#bbbbbb";
-static const char col_gray4[] = "#eeeeee";
-
-/* st config */
-
-float alpha = 0.9;
-
-
-static const char *colorname[] = {
- /* 8 normal colors */
- "#000000",
- "#ff5555",
- "#50fa7b",
- "#f1fa8c",
- "#bd93f9",
- "#ff79c6",
- "#8be9fd",
- "#bfbfbf",
-
- /* 8 bright colors */
- "#4d4d4d",
- "#ff6e67",
- "#5af78e",
- "#f4f99d",
- "#caa9fa",
- "#ff92d0",
- "#9aedfe",
- "#e6e6e6",
-
- [255] = 0,
-
- /* more colors can be added after 255 to use with DefaultXX */
- "#cccccc",
- "#555555",
- "#282a36", /* 258 -> bg */
- "#f8f8f2", /* 259 -> fg */
-};
-
-