diff options
Diffstat (limited to 'src/usr')
-rwxr-xr-x | src/usr/bin/hwset-thinkpad-p50s | 2 | ||||
-rwxr-xr-x | src/usr/bin/netmounts-trayicon | 2 | ||||
-rwxr-xr-x | src/usr/bin/vpn-trayicon | 2 | ||||
-rw-r--r-- | src/usr/share/man/man1/hwset-thinkpad-p50s.1.txt | 28 | ||||
-rw-r--r-- | src/usr/share/man/man1/netmounts-off.1.txt | 22 | ||||
-rw-r--r-- | src/usr/share/man/man1/netmounts-on.1.txt | 22 | ||||
-rw-r--r-- | src/usr/share/man/man1/netmounts-trayicon.1.txt | 22 | ||||
-rw-r--r-- | src/usr/share/man/man1/vpn-off.1.txt | 22 | ||||
-rw-r--r-- | src/usr/share/man/man1/vpn-on.1.txt | 22 | ||||
-rw-r--r-- | src/usr/share/man/man1/vpn-trayicon.1.txt | 22 |
10 files changed, 163 insertions, 3 deletions
diff --git a/src/usr/bin/hwset-thinkpad-p50s b/src/usr/bin/hwset-thinkpad-p50s index 06dae21..12e7c14 100755 --- a/src/usr/bin/hwset-thinkpad-p50s +++ b/src/usr/bin/hwset-thinkpad-p50s @@ -17,7 +17,7 @@ # Improve: # Provide better 'screen 0' detection. Right now it is hard-coded to use display LVDS. # Dependencies: -# devuan-req: bgscripts-core +# dep-devuan: bgscripts-core fiversion="2017-11-10a" hwsetversion="2022-11-03a" # for Thinkpad P50s diff --git a/src/usr/bin/netmounts-trayicon b/src/usr/bin/netmounts-trayicon index 932dcf1..72bf020 100755 --- a/src/usr/bin/netmounts-trayicon +++ b/src/usr/bin/netmounts-trayicon @@ -15,7 +15,7 @@ # Improve: # Documentation: # Dependencies: -# devuan-req: mktrayicon +# dep-devuan: mktrayicon clean_netmounts_trayicon() { { test -e "${netmounts_trayicon}" && echo "q" > "${netmounts_trayicon}" ; } 1>/dev/null 2>&1 & diff --git a/src/usr/bin/vpn-trayicon b/src/usr/bin/vpn-trayicon index 224e5cc..ecae2de 100755 --- a/src/usr/bin/vpn-trayicon +++ b/src/usr/bin/vpn-trayicon @@ -16,7 +16,7 @@ # Documentation: # for some stupid reason sudo /usr/local/bin/vpn-on doesn't work, so I just use the real commands here. # Dependencies: -# devuan-req: mktrayicon +# dep-devuan: mktrayicon clean_vpn_trayicon() { { test -e "${vpn_trayicon}" && echo "q" > "${vpn_trayicon}" ; } 1>/dev/null 2>&1 & diff --git a/src/usr/share/man/man1/hwset-thinkpad-p50s.1.txt b/src/usr/share/man/man1/hwset-thinkpad-p50s.1.txt new file mode 100644 index 0000000..78602c1 --- /dev/null +++ b/src/usr/share/man/man1/hwset-thinkpad-p50s.1.txt @@ -0,0 +1,28 @@ +title hwset-thinkpad-p50s +section 1 +project stackrpms-thinkpad-p50s +volume General Commands Manual +date November 2022 +===== +NAME + hwset-thinkpad-p50s - adjust hardware settings like audio volume and screen brightness +SYNOPSIS + hwset-thinkpad-p50s [PIECE] [ACTION] [VALUE] +PIECES + vol | bright +ACTIONS + up | down | set | mute +VALUES + vol: 0-100 + bright: 0.0-1.0 | safe | min | max +DESCRIPTION + A customized hwset.sh (from bgscripts-core) specifically for Thinkpad P50s platform. Primarily hwset is called from the stackrpms-thinkpad-p50s fluxbox keys file on the Function-F6 type key presses. + The included fluxbox keys file uses amixer to set volume, not hwset. +AUTHOR + B. Stack <bgstack15@gmail.com> +COPYRIGHT + GPL 3.0 +BUGS + If you catch any bugs please email the author. +SEE ALSO + bgscripts-core hwset.sh diff --git a/src/usr/share/man/man1/netmounts-off.1.txt b/src/usr/share/man/man1/netmounts-off.1.txt new file mode 100644 index 0000000..372f693 --- /dev/null +++ b/src/usr/share/man/man1/netmounts-off.1.txt @@ -0,0 +1,22 @@ +title netmounts-off +section 1 +project stackrpms-thinkpad-p50s +volume General Commands Manual +date November 2022 +===== +NAME + netmounts-off +SYNOPSIS + netmounts-off +OPTIONS + none +DESCRIPTION + Umount all nfs mounts. +AUTHOR + B. Stack <bgstack15@gmail.com> +COPYRIGHT + GPL 3.0 +BUGS + If you catch any bugs please email the author. +SEE ALSO + `netmounts-on(1)` diff --git a/src/usr/share/man/man1/netmounts-on.1.txt b/src/usr/share/man/man1/netmounts-on.1.txt new file mode 100644 index 0000000..a6839d9 --- /dev/null +++ b/src/usr/share/man/man1/netmounts-on.1.txt @@ -0,0 +1,22 @@ +title netmounts-on +section 1 +project stackrpms-thinkpad-p50s +volume General Commands Manual +date November 2022 +===== +NAME + netmounts-on +SYNOPSIS + netmounts-on +OPTIONS + none +DESCRIPTION + Mount all defined mounts of type nfs. +AUTHOR + B. Stack <bgstack15@gmail.com> +COPYRIGHT + GPL 3.0 +BUGS + If you catch any bugs please email the author. +SEE ALSO + `netmounts-off(1)` diff --git a/src/usr/share/man/man1/netmounts-trayicon.1.txt b/src/usr/share/man/man1/netmounts-trayicon.1.txt new file mode 100644 index 0000000..0a2f98f --- /dev/null +++ b/src/usr/share/man/man1/netmounts-trayicon.1.txt @@ -0,0 +1,22 @@ +title netmounts-trayicon +section 1 +project stackrpms-thinkpad-p50s +volume General Commands Manual +date November 2022 +===== +NAME + netmounts-trayicon +SYNOPSIS + netmounts-trayicon +OPTIONS + none +DESCRIPTION + Display an icon in the system tray that indicates if your nfs mounts are currently mounted. The icon menu easily mounts and unmounts all nfs mounts. +AUTHOR + B. Stack <bgstack15@gmail.com> +COPYRIGHT + GPL 3.0 +BUGS + If you catch any bugs please email the author. +SEE ALSO + `netmounts-on(1)`, `netmounts-off(1)` diff --git a/src/usr/share/man/man1/vpn-off.1.txt b/src/usr/share/man/man1/vpn-off.1.txt new file mode 100644 index 0000000..5a916bc --- /dev/null +++ b/src/usr/share/man/man1/vpn-off.1.txt @@ -0,0 +1,22 @@ +title vpn-off +section 1 +project stackrpms-thinkpad-p50s +volume General Commands Manual +date November 2022 +===== +NAME + vpn-off +SYNOPSIS + vpn-off +OPTIONS + none +DESCRIPTION + wg-quick down wg0 +AUTHOR + B. Stack <bgstack15@gmail.com> +COPYRIGHT + GPL 3.0 +BUGS + If you catch any bugs please email the author. +SEE ALSO + `vpn-on(1)` diff --git a/src/usr/share/man/man1/vpn-on.1.txt b/src/usr/share/man/man1/vpn-on.1.txt new file mode 100644 index 0000000..3906749 --- /dev/null +++ b/src/usr/share/man/man1/vpn-on.1.txt @@ -0,0 +1,22 @@ +title vpn-on +section 1 +project stackrpms-thinkpad-p50s +volume General Commands Manual +date November 2022 +===== +NAME + vpn-on +SYNOPSIS + vpn-on +OPTIONS + none +DESCRIPTION + wg-quick up wg0 +AUTHOR + B. Stack <bgstack15@gmail.com> +COPYRIGHT + GPL 3.0 +BUGS + If you catch any bugs please email the author. +SEE ALSO + `vpn-off(1)` diff --git a/src/usr/share/man/man1/vpn-trayicon.1.txt b/src/usr/share/man/man1/vpn-trayicon.1.txt new file mode 100644 index 0000000..933c007 --- /dev/null +++ b/src/usr/share/man/man1/vpn-trayicon.1.txt @@ -0,0 +1,22 @@ +title vpn-trayicon +section 1 +project stackrpms-thinkpad-p50s +volume General Commands Manual +date November 2022 +===== +NAME + vpn-trayicon +SYNOPSIS + vpn-trayicon +OPTIONS + none +DESCRIPTION + Display an icon in the system tray that indicates if your Wireguard nic is connected. The icon menu easily starts and stops the wg0 interface. +AUTHOR + B. Stack <bgstack15@gmail.com> +COPYRIGHT + GPL 3.0 +BUGS + If you catch any bugs please email the author. +SEE ALSO + `vpn-on(1)`, `vpn-off(1)` |