generated from andy/linux-nixos-hyprland-config-dotfiles
Initial commit
This commit is contained in:
7
home/.config/fish/functions/check_geo_module.fish
Normal file
7
home/.config/fish/functions/check_geo_module.fish
Normal file
@@ -0,0 +1,7 @@
|
||||
function check_geo_module
|
||||
set target_process "geoclue"
|
||||
|
||||
if pgrep $target_process > /dev/null
|
||||
echo "{\"text\":\"\", \"tooltip\":\"Geopositioning\", \"alt\":\"Geo\"}"
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user