diff --git a/README.md b/README.md index 8c45e06..902833b 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/assets/Screenshot1.png b/assets/Screenshot1.png new file mode 100644 index 0000000..26d0b8b Binary files /dev/null and b/assets/Screenshot1.png differ diff --git a/i3status/click_time.sh b/i3status/click_time.sh index 48fb040..c9e9f9c 100755 --- a/i3status/click_time.sh +++ b/i3status/click_time.sh @@ -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 diff --git a/i3status/click_vpn.sh b/i3status/click_vpn.sh index d52187e..1a5290e 100755 --- a/i3status/click_vpn.sh +++ b/i3status/click_vpn.sh @@ -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