diff --git a/.config/polybar/user_modules.ini b/.config/polybar/user_modules.ini index 2bce51b..43c0c26 100644 --- a/.config/polybar/user_modules.ini +++ b/.config/polybar/user_modules.ini @@ -12,8 +12,7 @@ [module/public_ip] type = custom/text content=  -click-left = curl -s ifconfig.co | while read OUTPUT; do notify-send "$OUTPUT"; done -click-right = curl -s ifconfig.co | xargs -I % sh -c "curl -s ipinfo.io/%/city" | while read OUTPUT; do notify-send "$OUTPUT"; done +click-left = curl -s ifconfig.co | while read OUTPUT; do notify-send "$OUTPUT"; done & curl -s ifconfig.co | xargs -I % sh -c "curl -s ipinfo.io/%/city" | while read OUTPUT; do notify-send "$OUTPUT"; done [module/mic_status] type = custom/script