Update 2023-12-04 23:48 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2023-12-04 23:48:52 +01:00
parent 865a9e051b
commit d78c01901f
5 changed files with 8 additions and 13 deletions

View File

@@ -5,14 +5,13 @@
FONTNAME="Terminus"
FONTSIZE_SMALL=18
FONTSIZE_BIG=26
FONTSIZE_DMENU=$((FONTSIZE_SMALL - 0))
FONTSIZE_DMENU=$FONTSIZE_SMALL
# TERMINALS
#
STERM="st -f ${FONTNAME}:pixelsize=${FONTSIZE_SMALL}"
BTERM="st -f ${FONTNAME}:pixelsize=${FONTSIZE_BIG}"
HTERM="zutty -font SourceCodePro-Medium -fontsize ${FONTSIZE_BIG}"
HTERM="st -f ${FONTNAME}:pixelsize=32"
DFONT=${FONTNAME}:pixelsize=${FONTSIZE_DMENU}
[ "$WM" == "notion" ] \