Add Screenshot and modify some scripts.

This commit is contained in:
Snorky 2025-09-23 10:11:25 +02:00
parent e58f6f556f
commit a9e6f9a26e
4 changed files with 11 additions and 6 deletions

View File

@ -7,7 +7,7 @@ Les fichiers dialogrc et wezterm.lua doivent être dans votre ~/ et renommés en
## Dépendances requises
dialog
Dialog: (pour le widget date)
```bash
$ emerge -s dev-util/dialog
@ -24,7 +24,7 @@ Searching...
License: LGPL-2.1
```
wezterm
Wezterm:
```bash
$ emerge -s wezterm
@ -40,7 +40,7 @@ Searching...
Description: A GPU-accelerated cross-platform terminal emulator and multiplexer
License: 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions Artistic-2 BSD BSD-2 Boost-1.0 CC0-1.0 GPL-3 ISC LGPL-2.1 MIT MPL-2.0 Unicode-DFS-2016 Unlicense WTFPL-2 ZLIB
```
Wireguard
Wireguard:
```bash
$ emerge -s net-vpn/wireguard-tools
@ -57,7 +57,14 @@ Searching...
License: GPL-2
```
Goiplookup:
```
https://github.com/axllent/goiplookup
```
Screenshot:
![Desktop](/assets/Screenshot.png)
![Desktop](/assets/Screenshot1.png)

BIN
assets/Screenshot1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

View File

@ -3,5 +3,3 @@
# show year calendar with week numbers
# and press any key to exit
dialog --date-format %Y/%m/%d --calendar "Select a date" 0 0 $(date +'%d %m %Y')
#cal -yw
#read -n 1 -r -s

View File

@ -1,6 +1,6 @@
#!/bin/sh
# Actually works for ProtonVPN
# Actually works for Wireguard
# we are connected if the directory exists
if [ -d /proc/sys/net/ipv4/conf/wg0 ]; then
# we are connected, so propose disconnexion