Update 2023-12-17 11:58 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id 2023-12-17 11:58:59 +01:00
parent e5395ceef5
commit 392dc961e2
3 changed files with 3 additions and 5 deletions

View File

@ -13,7 +13,7 @@ PIMDIR="${HOME}/Documents"
COLOR_NB="#181818"
COLOR_NF="#707070"
COLOR_SB="#222222"
COLOR_SF="#FFA600"
COLOR_SF="#CCCCCC"
#
# TERMINALS
@ -27,7 +27,7 @@ HTERM="st -f spleen:pixelsize=32"
# DMENU
#
DMENUOPTS="-fn Terminus:pixelsize=17 \
DMENUOPTS="-fn Terminus:pixelsize=20 \
-nb $COLOR_NB \
-nf $COLOR_NF \
-sf $COLOR_SF \

View File

@ -3,7 +3,7 @@
. ~/.bin/_config
LIST="$(cat /etc/wireguard/vpnlist.txt)"
SEL="$(print "$LIST\ndeactivate" | cut -d' ' -f1 | $DMENU_CMD -l 20 -p "VPN")"
SEL="$(print "$LIST\ndeactivate\nhome" | cut -d' ' -f1 | $DMENU_CMD -l 20 -p "VPN")"
[ -z "$SEL" ] && exit 0

2
.kshrc
View File

@ -99,8 +99,6 @@ export PASSWORD_STORE_ENABLE_EXTENSIONS
# PORTS
MAKE_JOBS=$(sysctl -n hw.ncpuonline)
FETCH_PACKAGES=No
export MAKE_JOBS FETCH_PACKAGES
########################################################################
# PROMPT (SIMPLE)