Add Screenshot and modify some scripts.
This commit is contained in:
		
							parent
							
								
									e58f6f556f
								
							
						
					
					
						commit
						a9e6f9a26e
					
				
							
								
								
									
										13
									
								
								README.md
								
								
								
								
							
							
						
						
									
										13
									
								
								README.md
								
								
								
								
							|  | @ -7,7 +7,7 @@ Les fichiers dialogrc et wezterm.lua doivent être dans votre ~/ et renommés en | ||||||
| 
 | 
 | ||||||
| ## Dépendances requises | ## Dépendances requises | ||||||
| 
 | 
 | ||||||
| dialog | Dialog: (pour le widget date) | ||||||
| 
 | 
 | ||||||
| ```bash | ```bash | ||||||
| $ emerge -s dev-util/dialog | $ emerge -s dev-util/dialog | ||||||
|  | @ -24,7 +24,7 @@ Searching... | ||||||
|       License:       LGPL-2.1 |       License:       LGPL-2.1 | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
| wezterm | Wezterm: | ||||||
| 
 | 
 | ||||||
| ```bash | ```bash | ||||||
| $ emerge -s wezterm | $ emerge -s wezterm | ||||||
|  | @ -40,7 +40,7 @@ Searching... | ||||||
|       Description:   A GPU-accelerated cross-platform terminal emulator and multiplexer |       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 |       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 | ```bash | ||||||
| $ emerge -s net-vpn/wireguard-tools | $ emerge -s net-vpn/wireguard-tools | ||||||
|  | @ -57,7 +57,14 @@ Searching... | ||||||
|       License:       GPL-2 |       License:       GPL-2 | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
|  | Goiplookup: | ||||||
|  | ``` | ||||||
|  | https://github.com/axllent/goiplookup | ||||||
|  | ``` | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
| Screenshot: | Screenshot: | ||||||
|  |  | ||||||
|  |  | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 148 KiB | 
|  | @ -3,5 +3,3 @@ | ||||||
| # show year calendar with week numbers | # show year calendar with week numbers | ||||||
| # and press any key to exit | # and press any key to exit | ||||||
| dialog --date-format %Y/%m/%d --calendar "Select a date" 0 0 $(date +'%d %m %Y') | dialog --date-format %Y/%m/%d --calendar "Select a date" 0 0 $(date +'%d %m %Y') | ||||||
| #cal -yw |  | ||||||
| #read -n 1 -r -s |  | ||||||
|  |  | ||||||
|  | @ -1,6 +1,6 @@ | ||||||
| #!/bin/sh | #!/bin/sh | ||||||
| 
 | 
 | ||||||
| # Actually works for ProtonVPN | # Actually works for Wireguard | ||||||
| # we are connected if the directory exists | # we are connected if the directory exists | ||||||
| if [ -d /proc/sys/net/ipv4/conf/wg0 ]; then | if [ -d /proc/sys/net/ipv4/conf/wg0 ]; then | ||||||
|   # we are connected, so propose disconnexion |   # we are connected, so propose disconnexion | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Snorky
						Snorky