diff options
| author | stkhan <personal@slickd.xyz> | 2021-06-05 22:49:23 +0000 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-06-05 22:49:23 +0000 |
| commit | d8ecd3c7b57c6832050fe7600c5e52cbc6027cf2 (patch) | |
| tree | 155632d9f26462095d1cf410c29c48139955f9ab | |
| parent | 8e72264916f5ce023a5d0a56cc4a7a384191b08f (diff) | |
Change theme locations
| -rw-r--r-- | dwm-6.2/config.h | 4 | ||||
| -rwxr-xr-x | dwm-6.2/dwm | bin | 72168 -> 72168 bytes | |||
| -rw-r--r-- | dwm-6.2/dwm.o | bin | 63424 -> 63368 bytes | |||
| -rwxr-xr-x | install.sh | 9 | ||||
| -rw-r--r-- | st/boxdraw.o | bin | 0 -> 7728 bytes | |||
| -rw-r--r-- | st/config.h | 2 | ||||
| -rw-r--r-- | st/hb.o | bin | 0 -> 4592 bytes | |||
| -rwxr-xr-x | st/st | bin | 0 -> 120816 bytes | |||
| -rw-r--r-- | st/st.o | bin | 0 -> 79496 bytes | |||
| -rw-r--r-- | st/x.o | bin | 0 -> 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.h | 53 |
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 Binary files differindex 7b944a1..6ebcefb 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 e42a729..7373ad2 100644 --- a/dwm-6.2/dwm.o +++ b/dwm-6.2/dwm.o @@ -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 Binary files differnew file mode 100644 index 0000000..3080fdc --- /dev/null +++ b/st/boxdraw.o 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/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 */ -}; - - |