MainDots/Configs/fish/functions/btb.fish

5 lines
232 B
Fish

function btb --wraps='bluetoothctl info 0C:AE:BD:DB:52:3A | grep Percentage' --description 'alias btb=bluetoothctl info 0C:AE:BD:DB:52:3A | grep Percentage'
bluetoothctl info 0C:AE:BD:DB:52:3A | grep Percentage $argv
end