generated from andy/linux-nixos-hyprland-config-dotfiles
7 lines
200 B
Fish
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 |