This commit is contained in:
2026-02-23 22:55:05 -08:00
parent 7020ebe415
commit 08a02d81e7
6 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/sh
rm blocks.h
rm -f blocks.h
sudo make clean install

11
install Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/sh
cd dwm
./install
cd ../dwmblocks
cd dwmblocks
./install
cd ../dmenu
./install
cd ../st
./install
echo "done."

View File

@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "CaskaydiaCoveNerdFontMono:size=14:antialias=true:autohint=true";
static char *font = "CaskaydiaCoveNerdFontMono:size=16:antialias=true:autohint=true";
static int borderpx = 2;
/*