diff options
| -rwxr-xr-x | dmenu-5.0/dmenu | bin | 43432 -> 0 bytes | |||
| -rw-r--r-- | dmenu-5.0/dmenu.o | bin | 32096 -> 0 bytes | |||
| -rw-r--r-- | dmenu-5.0/drw.o | bin | 10624 -> 0 bytes | |||
| -rwxr-xr-x | dmenu-5.0/stest | bin | 17096 -> 0 bytes | |||
| -rw-r--r-- | dmenu-5.0/stest.o | bin | 5280 -> 0 bytes | |||
| -rw-r--r-- | dmenu-5.0/util.o | bin | 2264 -> 0 bytes | |||
| -rw-r--r-- | dwm-6.2/drw.o | bin | 10528 -> 0 bytes | |||
| -rwxr-xr-x | dwm-6.2/dwm | bin | 72168 -> 0 bytes | |||
| -rw-r--r-- | dwm-6.2/dwm.o | bin | 63368 -> 0 bytes | |||
| -rw-r--r-- | dwm-6.2/util.o | bin | 2256 -> 0 bytes | |||
| -rwxr-xr-x | install.sh | 4 |
11 files changed, 4 insertions, 0 deletions
diff --git a/dmenu-5.0/dmenu b/dmenu-5.0/dmenu Binary files differdeleted file mode 100755 index 55bc31f..0000000 --- a/dmenu-5.0/dmenu +++ /dev/null diff --git a/dmenu-5.0/dmenu.o b/dmenu-5.0/dmenu.o Binary files differdeleted file mode 100644 index fb225c1..0000000 --- a/dmenu-5.0/dmenu.o +++ /dev/null diff --git a/dmenu-5.0/drw.o b/dmenu-5.0/drw.o Binary files differdeleted file mode 100644 index 941460b..0000000 --- a/dmenu-5.0/drw.o +++ /dev/null diff --git a/dmenu-5.0/stest b/dmenu-5.0/stest Binary files differdeleted file mode 100755 index 8da96d5..0000000 --- a/dmenu-5.0/stest +++ /dev/null diff --git a/dmenu-5.0/stest.o b/dmenu-5.0/stest.o Binary files differdeleted file mode 100644 index 9408acc..0000000 --- a/dmenu-5.0/stest.o +++ /dev/null diff --git a/dmenu-5.0/util.o b/dmenu-5.0/util.o Binary files differdeleted file mode 100644 index 4607dbd..0000000 --- a/dmenu-5.0/util.o +++ /dev/null diff --git a/dwm-6.2/drw.o b/dwm-6.2/drw.o Binary files differdeleted file mode 100644 index ecc65b6..0000000 --- a/dwm-6.2/drw.o +++ /dev/null diff --git a/dwm-6.2/dwm b/dwm-6.2/dwm Binary files differdeleted file mode 100755 index 6ebcefb..0000000 --- a/dwm-6.2/dwm +++ /dev/null diff --git a/dwm-6.2/dwm.o b/dwm-6.2/dwm.o Binary files differdeleted file mode 100644 index 7373ad2..0000000 --- a/dwm-6.2/dwm.o +++ /dev/null diff --git a/dwm-6.2/util.o b/dwm-6.2/util.o Binary files differdeleted file mode 100644 index 3b48c2f..0000000 --- a/dwm-6.2/util.o +++ /dev/null @@ -1,5 +1,7 @@ #!/usr/bin/bash +# On Artix Linux install artix-archlinux-support before running the script + 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 @@ -24,6 +26,7 @@ pwd cp themes/$theme ./theme.h cd $dwm +make clean make -s sudo make -s install @@ -32,6 +35,7 @@ make -s sudo make -s install cd ../$st +make clean make -s sudo make -s install |