From efe84f72e326ada8215fb6a751ecb3f716febe97 Mon Sep 17 00:00:00 2001 From: soku Date: Wed, 30 Apr 2025 10:50:01 +0000 Subject: [PATCH] Add Modules/Module Eth +Mask IP/README.md --- Modules/Module Eth +Mask IP/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Modules/Module Eth +Mask IP/README.md diff --git a/Modules/Module Eth +Mask IP/README.md b/Modules/Module Eth +Mask IP/README.md new file mode 100644 index 0000000..05d7b9b --- /dev/null +++ b/Modules/Module Eth +Mask IP/README.md @@ -0,0 +1,20 @@ +# Script: Eth+MaskIP + +A script for showing and toggling the the display of your ethernet internal ip if you are connected by ethernet. + +## Config Reminder + +Don't forget to find `modules-left =` or `modules-right =` or whatever you're using and adding `Eth+MaskIP` to the list. + +## Module + +``` ini +[module/Eth+MaskIP] +; On each refresh, call the script in “mask” mode +; On left‐click, call it in “show” mode +; (this will pop up a notification with the real IP) +type = custom/script +exec = $HOME/.config/polybar/polybar-scripts/mask_ip.sh +interval = 0 +click-left = $HOME/.config/polybar/polybar-scripts/mask_ip.sh toggle & +``` \ No newline at end of file