Files
MinOS-prime/home/.config/fish/functions/check_geo_module.fish
2025-07-11 18:08:12 +03:00

7 lines
200 B
Fish

function check_geo_module
set target_process "geoclue"
if pgrep $target_process > /dev/null
echo "{\"text\":\"󰆤\", \"tooltip\":\"Geopositioning\", \"alt\":\"Geo\"}"
end
end