Commit Diff


commit - 07ff3c8466af412d8ba624f1a8deb5adf47cf5f9
commit + e1fc63e3d52c0a5de26e63bf10b49301412e2082
blob - 1481cb252d09dd97d0115b5285cf048490ac036b
blob + a2343d4d732588321fdeeb634a47132d5a0a348f
--- Makefile
+++ Makefile
@@ -35,7 +35,7 @@ HDR_PD		= master.h					\
 		  pinentry-dmenu/pinentry/pinentry.h
 
 
-MAN		= dwm/dwm.1 st/st.1 dmenu/dmenu.1 dmenu/stest.1 slock/slock.1
+MAN		= dwm/dwm.1 st/st.1 dmenu/dmenu.1 dmenu/stest.1 slock/slock.1 pinentry-dmenu/pinentry-dmenu.1
 
 all: bin/dwm bin/st bin/bedstatus bin/dmenu bin/stest bin/xbgcd bin/slock bin/pinentry-dmenu
 
blob - 6d646723095f530b04c590d64207813d57ad10a4
blob + f9e400ea366d163a64889d0807e1c0dd0f4d7c47
--- pinentry-dmenu/config.h
+++ pinentry-dmenu/config.h
@@ -1,6 +1,8 @@
 /* See LICENSE file for copyright and license details. */
 /* Default settings; can be overriden by command line. */
 
+#include "../master.h"
+
 static int bottom = 0;
 static int embedded = 0;
 static int minpwlen = 32;
@@ -10,7 +12,7 @@ static int min_lineheight = 8;
 
 static const char *asterisk = "*";
 static const char *fonts[] = {
-	"monospace:size=10"
+	TOPBAR_FONT
 };
 static const char *prompt = NULL;
 static const char *colors[SchemeLast][4] = {
blob - 4c71211e2dcb777ead8d64cd55031de59e0f9cfb (mode 644)
blob + /dev/null
--- pinentry-dmenu/config.mk
+++ /dev/null
@@ -1,33 +0,0 @@
-# Pinentry settings
-DATE      = $$(date +'%B %Y')
-VERSION   = 0.1
-BUGREPORT = https:\/\/github.com\/ritze\/pinentry-dmenu
-
-# Paths
-PREFIX    = /usr/local
-MANPREFIX = ${PREFIX}/share/man
-
-X11INC = /usr/X11R6/include
-X11LIB = /usr/X11R6/lib
-
-# Xinerama, comment if you don't want it
-XINERAMALIBS  = -lXinerama
-XINERAMAFLAGS = -DXINERAMA
-
-# Freetype
-FREETYPELIBS = -lfontconfig -lXft
-FREETYPEINC = /usr/include/freetype2
-# OpenBSD (uncomment)
-#FREETYPEINC = ${X11INC}/freetype2
-
-# Includes and libs
-INCS = -I${X11INC} -I${FREETYPEINC}
-LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS}
-
-# Flags
-CPPFLAGS = -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} -DPACKAGE_VERSION=\"${VERSION}\" -DPACKAGE_BUGREPORT=\"${BUGREPORT}\"
-CFLAGS   = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
-LDFLAGS  = -s ${LIBS}
-
-# Compiler and linker
-CC = cc
blob - 67aafd18d32a53f6a3c111e331e58424ebffcb44
blob + 8021258ab6391ad9a7bc6394ffbe8cef57401f23
--- pinentry-dmenu/pinentry-dmenu.1
+++ pinentry-dmenu/pinentry-dmenu.1
@@ -216,10 +216,11 @@ and uses the api of
 , a GnuPG tool.
 .B pinentry-dmenu
 itself was written by Moritz Lüdecke <ritze@skweez.net>.
+This version of pinentry-dmenu is a part of Benjamin Stürz' custom desktop.
 
 
 .SH REPORTING BUGS
-Report pinentry-dmenu bugs to <BUGREPORT>
+Report pinentry-dmenu bugs to Benjamin Stürz <benni@stuerz.xyz>.
 
 
 .SH SEE ALSO