summaryrefslogtreecommitdiff
path: root/home-config/fish/functions/_tide_item_toolbox.fish
blob: 0b33f29ab5dc7ae2a097e6de0766bfc59fc5346f (plain)
1
2
3
4
function _tide_item_toolbox
    test -e /run/.toolboxenv &&
        _tide_print_item toolbox $tide_toolbox_icon' ' (string match -rg 'name="(.*)"' </run/.containerenv)
end