From 392dc961e21f82f177da5d5231471dec602ce3b5 Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Sun, 17 Dec 2023 11:58:59 +0100 Subject: [PATCH] Update 2023-12-17 11:58 OpenBSD/amd64-x13 --- .bin/_config | 4 ++-- .bin/dexec_vpn | 2 +- .kshrc | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.bin/_config b/.bin/_config index 0f2522d..7cd3674 100644 --- a/.bin/_config +++ b/.bin/_config @@ -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 \ diff --git a/.bin/dexec_vpn b/.bin/dexec_vpn index b914d56..ae4f5b3 100755 --- a/.bin/dexec_vpn +++ b/.bin/dexec_vpn @@ -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 diff --git a/.kshrc b/.kshrc index a2d3da8..7fe1f4e 100644 --- a/.kshrc +++ b/.kshrc @@ -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)