From d8ecd3c7b57c6832050fe7600c5e52cbc6027cf2 Mon Sep 17 00:00:00 2001 From: stkhan Date: Sat, 5 Jun 2021 22:49:23 +0000 Subject: Change theme locations --- dwm-6.2/config.h | 4 ++-- dwm-6.2/dwm | Bin 72168 -> 72168 bytes dwm-6.2/dwm.o | Bin 63424 -> 63368 bytes install.sh | 9 ++++----- st/boxdraw.o | Bin 0 -> 7728 bytes st/config.h | 2 +- st/hb.o | Bin 0 -> 4592 bytes st/st | Bin 0 -> 120816 bytes st/st.o | Bin 0 -> 79496 bytes st/x.o | Bin 0 -> 87784 bytes themes/blue | 51 +++++++++++++++++++++++++++++++++++++++++++++++ themes/default | 50 ++++++++++++++++++++++++++++++++++++++++++++++ themes/dracula | 53 +++++++++++++++++++++++++++++++++++++++++++++++++ themes/green | 50 ++++++++++++++++++++++++++++++++++++++++++++++ themes/nord | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++ themes/purple | 51 +++++++++++++++++++++++++++++++++++++++++++++++ themes/red | 50 ++++++++++++++++++++++++++++++++++++++++++++++ themes/theme.h | 53 ------------------------------------------------- themes/themes/blue | 51 ----------------------------------------------- themes/themes/default | 50 ---------------------------------------------- themes/themes/dracula | 53 ------------------------------------------------- themes/themes/green | 50 ---------------------------------------------- themes/themes/nord | 54 -------------------------------------------------- themes/themes/purple | 51 ----------------------------------------------- themes/themes/red | 50 ---------------------------------------------- 25 files changed, 366 insertions(+), 420 deletions(-) create mode 100644 st/boxdraw.o create mode 100644 st/hb.o create mode 100755 st/st create mode 100644 st/st.o create mode 100644 st/x.o create mode 100644 themes/blue create mode 100644 themes/default create mode 100644 themes/dracula create mode 100644 themes/green create mode 100644 themes/nord create mode 100644 themes/purple create mode 100644 themes/red delete mode 100644 themes/theme.h delete mode 100644 themes/themes/blue delete mode 100644 themes/themes/default delete mode 100644 themes/themes/dracula delete mode 100644 themes/themes/green delete mode 100644 themes/themes/nord delete mode 100644 themes/themes/purple delete mode 100644 themes/themes/red 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 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 e42a729..7373ad2 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 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 Binary files /dev/null and b/st/boxdraw.o 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 Binary files /dev/null and b/st/hb.o differ diff --git a/st/st b/st/st new file mode 100755 index 0000000..6969f37 Binary files /dev/null and b/st/st differ diff --git a/st/st.o b/st/st.o new file mode 100644 index 0000000..095c6ed Binary files /dev/null and b/st/st.o differ diff --git a/st/x.o b/st/x.o new file mode 100644 index 0000000..fc0e094 Binary files /dev/null and b/st/x.o differ diff --git a/themes/blue b/themes/blue new file mode 100644 index 0000000..648208b --- /dev/null +++ b/themes/blue @@ -0,0 +1,51 @@ +/* Sarc config file */ + +/* + * DWM CONFIGURATION +*/ + +/* primary color */ + +static const char col_cyan[] = "#0a0063"; + +/* secondary colors */ + +static const char col_gray1[] = "#222222"; +static const char col_gray2[] = "#444444"; +static const char col_gray3[] = "#bbbbbb"; +static const char col_gray4[] = "#eeeeee"; + +/* st config */ + +float alpha = 0.6; + + +static const char *colorname[] = { + /* 8 normal colors */ + "black", + "red3", + "green3", + "yellow3", + "blue2", + "magenta3", + "cyan3", + "gray90", + + /* 8 bright colors */ + "gray50", + "red", + "green", + "yellow", + "#5c5cff", + "magenta", + "cyan", + "white", + + [255] = 0, + + /* more colors can be added after 255 to use with DefaultXX */ + "#cccccc", + "#555555", + "#000000", /* 258 -> bg */ + "#cfcfcf", /* 259 -> fg */ +}; diff --git a/themes/default b/themes/default new file mode 100644 index 0000000..b81f7bd --- /dev/null +++ b/themes/default @@ -0,0 +1,50 @@ +/* Sarc config file */ + +/* + * DWM CONFIGURATION +*/ + +/* primary color */ + +static const char col_cyan[] = "#0a0063"; + +/* secondary colors */ + +static const char col_gray1[] = "#222222"; +static const char col_gray2[] = "#444444"; +static const char col_gray3[] = "#bbbbbb"; +static const char col_gray4[] = "#005577"; + +/* st config */ + +float alpha = 0.6; + +static const char *colorname[] = { + /* 8 normal colors */ + "black", + "red3", + "green3", + "yellow3", + "blue2", + "magenta3", + "cyan3", + "gray90", + + /* 8 bright colors */ + "gray50", + "red", + "green", + "yellow", + "#5c5cff", + "magenta", + "cyan", + "white", + + [255] = 0, + + /* more colors can be added after 255 to use with DefaultXX */ + "#cccccc", + "#555555", + "#000000", /* 258 -> bg */ + "#cfcfcf", /* 259 -> fg */ +}; diff --git a/themes/dracula b/themes/dracula new file mode 100644 index 0000000..f7353de --- /dev/null +++ b/themes/dracula @@ -0,0 +1,53 @@ +/* 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 */ +}; + + diff --git a/themes/green b/themes/green new file mode 100644 index 0000000..1c182f6 --- /dev/null +++ b/themes/green @@ -0,0 +1,50 @@ +/* Sarc config file */ + +/* + * DWM CONFIGURATION +*/ + +/* primary color */ + +static const char col_cyan[] = "#00731f"; + +/* secondary colors */ + +static const char col_gray1[] = "#222222"; +static const char col_gray2[] = "#444444"; +static const char col_gray3[] = "#bbbbbb"; +static const char col_gray4[] = "#eeeeee"; + +/* st config */ + +float alpha = 0.6; + +static const char *colorname[] = { + /* 8 normal colors */ + "black", + "red3", + "green3", + "yellow3", + "blue2", + "magenta3", + "cyan3", + "gray90", + + /* 8 bright colors */ + "gray50", + "red", + "green", + "yellow", + "#5c5cff", + "magenta", + "cyan", + "white", + + [255] = 0, + + /* more colors can be added after 255 to use with DefaultXX */ + "#cccccc", + "#555555", + "#000000", /* 258 -> bg */ + "#cfcfcf", /* 259 -> fg */ +}; diff --git a/themes/nord b/themes/nord new file mode 100644 index 0000000..25fb5b0 --- /dev/null +++ b/themes/nord @@ -0,0 +1,54 @@ +/* Sarc config file */ + +/* + * DWM CONFIGURATION +*/ + +/* primary color */ + +static const char col_cyan[] = "#5e81ac"; + +/* secondary colors */ + +static const char col_gray1[] = "#2e3440"; +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 */ + + "#3b4252", /* black */ + "#bf616a", /* red */ + "#a3be8c", /* green */ + "#ebcb8b", /* yellow */ + "#81a1c1", /* blue */ + "#b48ead", /* magenta */ + "#88c0d0", /* cyan */ + "#e5e9f0", /* white */ + + /* 8 bright colors */ + + "#4c566a", /* black */ + "#bf616a", /* red */ + "#a3be8c", /* green */ + "#ebcb8b", /* yellow */ + "#81a1c1", /* blue */ + "#b48ead", /* magenta */ + "#8fbcbb", /* cyan */ + "#eceff4", /* white */ + + [255] = 0, + + /* more colors can be added after 255 to use with DefaultXX */ + + "#cccccc", + "#555555", + "#2e3440", /* background */ + "#d8dee9", /* foreground */ + }; diff --git a/themes/purple b/themes/purple new file mode 100644 index 0000000..c2e1c75 --- /dev/null +++ b/themes/purple @@ -0,0 +1,51 @@ +/* Sarc config file */ + +/* + * DWM CONFIGURATION +*/ + +/* primary color */ + +static const char col_cyan[] = "#8c0180"; + +/* secondary colors */ + +static const char col_gray1[] = "#222222"; +static const char col_gray2[] = "#444444"; +static const char col_gray3[] = "#bbbbbb"; +static const char col_gray4[] = "#eeeeee"; + + +/* st config */ + +float alpha = 0.6; + +static const char *colorname[] = { + /* 8 normal colors */ + "black", + "red3", + "green3", + "yellow3", + "blue2", + "magenta3", + "cyan3", + "gray90", + + /* 8 bright colors */ + "gray50", + "red", + "green", + "yellow", + "#5c5cff", + "magenta", + "cyan", + "white", + + [255] = 0, + + /* more colors can be added after 255 to use with DefaultXX */ + "#cccccc", + "#555555", + "#000000", /* 258 -> bg */ + "#cfcfcf", /* 259 -> fg */ +}; diff --git a/themes/red b/themes/red new file mode 100644 index 0000000..e46a25c --- /dev/null +++ b/themes/red @@ -0,0 +1,50 @@ +/* Sarc config file */ + +/* + * DWM CONFIGURATION +*/ + +/* primary color */ + +static const char col_cyan[] = "#bf0d00"; + +/* secondary colors */ + +static const char col_gray1[] = "#222222"; +static const char col_gray2[] = "#444444"; +static const char col_gray3[] = "#bbbbbb"; +static const char col_gray4[] = "#eeeeee"; + +/* st config */ + +float alpha = 0.6; + +static const char *colorname[] = { + /* 8 normal colors */ + "black", + "red3", + "green3", + "yellow3", + "blue2", + "magenta3", + "cyan3", + "gray90", + + /* 8 bright colors */ + "gray50", + "red", + "green", + "yellow", + "#5c5cff", + "magenta", + "cyan", + "white", + + [255] = 0, + + /* more colors can be added after 255 to use with DefaultXX */ + "#cccccc", + "#555555", + "#000000", /* 258 -> bg */ + "#cfcfcf", /* 259 -> fg */ +}; 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 */ -}; - - diff --git a/themes/themes/blue b/themes/themes/blue deleted file mode 100644 index 648208b..0000000 --- a/themes/themes/blue +++ /dev/null @@ -1,51 +0,0 @@ -/* Sarc config file */ - -/* - * DWM CONFIGURATION -*/ - -/* primary color */ - -static const char col_cyan[] = "#0a0063"; - -/* secondary colors */ - -static const char col_gray1[] = "#222222"; -static const char col_gray2[] = "#444444"; -static const char col_gray3[] = "#bbbbbb"; -static const char col_gray4[] = "#eeeeee"; - -/* st config */ - -float alpha = 0.6; - - -static const char *colorname[] = { - /* 8 normal colors */ - "black", - "red3", - "green3", - "yellow3", - "blue2", - "magenta3", - "cyan3", - "gray90", - - /* 8 bright colors */ - "gray50", - "red", - "green", - "yellow", - "#5c5cff", - "magenta", - "cyan", - "white", - - [255] = 0, - - /* more colors can be added after 255 to use with DefaultXX */ - "#cccccc", - "#555555", - "#000000", /* 258 -> bg */ - "#cfcfcf", /* 259 -> fg */ -}; diff --git a/themes/themes/default b/themes/themes/default deleted file mode 100644 index b81f7bd..0000000 --- a/themes/themes/default +++ /dev/null @@ -1,50 +0,0 @@ -/* Sarc config file */ - -/* - * DWM CONFIGURATION -*/ - -/* primary color */ - -static const char col_cyan[] = "#0a0063"; - -/* secondary colors */ - -static const char col_gray1[] = "#222222"; -static const char col_gray2[] = "#444444"; -static const char col_gray3[] = "#bbbbbb"; -static const char col_gray4[] = "#005577"; - -/* st config */ - -float alpha = 0.6; - -static const char *colorname[] = { - /* 8 normal colors */ - "black", - "red3", - "green3", - "yellow3", - "blue2", - "magenta3", - "cyan3", - "gray90", - - /* 8 bright colors */ - "gray50", - "red", - "green", - "yellow", - "#5c5cff", - "magenta", - "cyan", - "white", - - [255] = 0, - - /* more colors can be added after 255 to use with DefaultXX */ - "#cccccc", - "#555555", - "#000000", /* 258 -> bg */ - "#cfcfcf", /* 259 -> fg */ -}; diff --git a/themes/themes/dracula b/themes/themes/dracula deleted file mode 100644 index f7353de..0000000 --- a/themes/themes/dracula +++ /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 */ -}; - - diff --git a/themes/themes/green b/themes/themes/green deleted file mode 100644 index 1c182f6..0000000 --- a/themes/themes/green +++ /dev/null @@ -1,50 +0,0 @@ -/* Sarc config file */ - -/* - * DWM CONFIGURATION -*/ - -/* primary color */ - -static const char col_cyan[] = "#00731f"; - -/* secondary colors */ - -static const char col_gray1[] = "#222222"; -static const char col_gray2[] = "#444444"; -static const char col_gray3[] = "#bbbbbb"; -static const char col_gray4[] = "#eeeeee"; - -/* st config */ - -float alpha = 0.6; - -static const char *colorname[] = { - /* 8 normal colors */ - "black", - "red3", - "green3", - "yellow3", - "blue2", - "magenta3", - "cyan3", - "gray90", - - /* 8 bright colors */ - "gray50", - "red", - "green", - "yellow", - "#5c5cff", - "magenta", - "cyan", - "white", - - [255] = 0, - - /* more colors can be added after 255 to use with DefaultXX */ - "#cccccc", - "#555555", - "#000000", /* 258 -> bg */ - "#cfcfcf", /* 259 -> fg */ -}; diff --git a/themes/themes/nord b/themes/themes/nord deleted file mode 100644 index 25fb5b0..0000000 --- a/themes/themes/nord +++ /dev/null @@ -1,54 +0,0 @@ -/* Sarc config file */ - -/* - * DWM CONFIGURATION -*/ - -/* primary color */ - -static const char col_cyan[] = "#5e81ac"; - -/* secondary colors */ - -static const char col_gray1[] = "#2e3440"; -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 */ - - "#3b4252", /* black */ - "#bf616a", /* red */ - "#a3be8c", /* green */ - "#ebcb8b", /* yellow */ - "#81a1c1", /* blue */ - "#b48ead", /* magenta */ - "#88c0d0", /* cyan */ - "#e5e9f0", /* white */ - - /* 8 bright colors */ - - "#4c566a", /* black */ - "#bf616a", /* red */ - "#a3be8c", /* green */ - "#ebcb8b", /* yellow */ - "#81a1c1", /* blue */ - "#b48ead", /* magenta */ - "#8fbcbb", /* cyan */ - "#eceff4", /* white */ - - [255] = 0, - - /* more colors can be added after 255 to use with DefaultXX */ - - "#cccccc", - "#555555", - "#2e3440", /* background */ - "#d8dee9", /* foreground */ - }; diff --git a/themes/themes/purple b/themes/themes/purple deleted file mode 100644 index c2e1c75..0000000 --- a/themes/themes/purple +++ /dev/null @@ -1,51 +0,0 @@ -/* Sarc config file */ - -/* - * DWM CONFIGURATION -*/ - -/* primary color */ - -static const char col_cyan[] = "#8c0180"; - -/* secondary colors */ - -static const char col_gray1[] = "#222222"; -static const char col_gray2[] = "#444444"; -static const char col_gray3[] = "#bbbbbb"; -static const char col_gray4[] = "#eeeeee"; - - -/* st config */ - -float alpha = 0.6; - -static const char *colorname[] = { - /* 8 normal colors */ - "black", - "red3", - "green3", - "yellow3", - "blue2", - "magenta3", - "cyan3", - "gray90", - - /* 8 bright colors */ - "gray50", - "red", - "green", - "yellow", - "#5c5cff", - "magenta", - "cyan", - "white", - - [255] = 0, - - /* more colors can be added after 255 to use with DefaultXX */ - "#cccccc", - "#555555", - "#000000", /* 258 -> bg */ - "#cfcfcf", /* 259 -> fg */ -}; diff --git a/themes/themes/red b/themes/themes/red deleted file mode 100644 index e46a25c..0000000 --- a/themes/themes/red +++ /dev/null @@ -1,50 +0,0 @@ -/* Sarc config file */ - -/* - * DWM CONFIGURATION -*/ - -/* primary color */ - -static const char col_cyan[] = "#bf0d00"; - -/* secondary colors */ - -static const char col_gray1[] = "#222222"; -static const char col_gray2[] = "#444444"; -static const char col_gray3[] = "#bbbbbb"; -static const char col_gray4[] = "#eeeeee"; - -/* st config */ - -float alpha = 0.6; - -static const char *colorname[] = { - /* 8 normal colors */ - "black", - "red3", - "green3", - "yellow3", - "blue2", - "magenta3", - "cyan3", - "gray90", - - /* 8 bright colors */ - "gray50", - "red", - "green", - "yellow", - "#5c5cff", - "magenta", - "cyan", - "white", - - [255] = 0, - - /* more colors can be added after 255 to use with DefaultXX */ - "#cccccc", - "#555555", - "#000000", /* 258 -> bg */ - "#cfcfcf", /* 259 -> fg */ -}; -- cgit v1.2.3