Update 2023-12-17 11:58 OpenBSD/amd64-x13
This commit is contained in:
parent
e5395ceef5
commit
392dc961e2
@ -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 \
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user